Shades of Sprout #BBCB9E
Tints of Sprout #BBCB9E
RGB
CMYK
RGB Variations
Color information
#BBCB9E (or 0xBBCB9E) is known color: Sprout. HEX triplet: BB, CB and 9E. RGB value is (187,203,158). Sum of RGB (Red+Green+Blue) = 187+203+158=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB9E is #443461. Grayscale: #C1C1C1. Windows color (decimal): -4469858 or 10406843. OLE color: 10406843.
HSL color Cylindrical-coordinate representation of color #BBCB9E: hue angle of 81.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCB9E is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 203 | 158 | - |
CMYK | 0.08 | 0 | 0.22 | 0.20 |
HSL | 81.33º | 0.3% | 0.71% | - |
HSV(B) | 81.33º | 0.22% | 0.8% | - |
XYZ | 48.02 | 55.75 | 40.58 | - |
YUV | 193.09 | 108.2 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 203 | 158 | 0.08 | 0 | 0.22 | 0.20 | 81.33 | 0.3 | 0.71 |
Hex | BB | CB | 9E | 8 | 0 | 16 | 14 | 51 | 1E | 47 |
Octal | 273 | 313 | 236 | 10 | 0 | 26 | 24 | 121 | 36 | 107 |
Binary | 10111011 | 11001011 | 10011110 | 1000 | 0 | 10110 | 10100 | 1010001 | 11110 | 1000111 |
Color Harmonies of #BBCB9E
Complementary color
Monochromatic Colors of #BBCB9E
Black with #BBCB9E
Text Example
Text Example
White with #BBCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB9E; }
p { color: rgb(187,203,158); }
H1.HeaderClassName
{
color: #BBCB9E;
}
.AnyTagClassName
{
color: #BBCB9E;
}
</style>
background-color css
<style>
a { background-color: #BBCB9E; }
a { background-color: rgb(187,203,158); }
div.DivClassName
{
background-color: #BBCB9E;
}
.BgClassName
{
background-color: #BBCB9E;
}
</style>
border-color css
<style>
span { border-color: #BBCB9E; }
span { border-color: rgb(187,203,158); }
td.TdClassName
{
border-color: #BBCB9E;
}
.TagClassName
{
border-color: #BBCB9E;
}
</style>