Color spaces of #bbcc98
RGB | 187 | 204 | 152 |
---|---|---|---|
HSL | 0.22 | 0.34 | 0.70 |
HSV | 80° | 25° | 80° |
CMYK | 0.08 | 0.00 | 0.25 0.20 |
XYZ | 47.7539 | 56.0175 | 38.0013 |
Yxy | 56.0175 | 0.3368 | 0.3951 |
Hunter Lab | 74.8448 | -17.0886 | 22.2878 |
CIE-Lab | 79.6238 | -14.6809 | 24.0556 |
#bbcc98 color RGB value is (187,204,152).
#bbcc98 hex color red value is 187, green value is 204 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bbcc98 hue: 0.22 , saturation: 0.34 and the lightness value of bbcc98 is 0.70.
The process color (four color CMYK) of #bbcc98 color hex is 0.08, 0.00, 0.25, 0.20. Web safe color of #bbcc98 is #cccc99. Color #bbcc98 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001100 | 10011000 |
Octal | 273 | 314 | 230 |
Decimal | 187 | 204 | 152 |
Hex | BB | CC | 98 |
Shades of #bbcc98
Tints of #bbcc98
RGB Percentages of Color #bbcc98
CMYK Percentages of Color #bbcc98
Complementary Color
#bbcc98 | #a998cc |
#bbcc98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcc98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcc98 Color CSS Codes
.mybgcolor {background-color:#bbcc98; } .myforecolor {color:#bbcc98; } .mybordercolor {border:3px solid #bbcc98; }
#bbcc98 Text Font Color
<p style="color:#bbcc98">Text here</p>
This sample text font color is #bbcc98
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bbcc98 Background Color
<div style="background-color:#bbcc98">
Div content here</div>
This div background color is #bbcc98
#bbcc98 Border Color
<div style="border:3px solid #bbcc98">
Div here</div>
This div border color is #bbcc98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,204,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcc98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcc98; -webkit-box-shadow: 1px 1px 3px 2px #bbcc98; box-shadow: 1px 1px 3px 2px #bbcc98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,204,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcc98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcc98; -webkit-box-shadow: 1px 1px 3px 2px #bbcc98; box-shadow: 1px 1px 3px 2px #bbcc98;">
Div content here</div>
This div box has shadow with color #bbcc98
Comments
No comments written yet.
Please login to write comment.