Shades of Sprout #BBCBA2
Tints of Sprout #BBCBA2
RGB
CMYK
RGB Variations
Color information
#BBCBA2 (or 0xBBCBA2) is known color: Sprout. HEX triplet: BB, CB and A2. RGB value is (187,203,162). Sum of RGB (Red+Green+Blue) = 187+203+162=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA2 is #44345D. Grayscale: #C1C1C1. Windows color (decimal): -4469854 or 10668987. OLE color: 10668987.
HSL color Cylindrical-coordinate representation of color #BBCBA2: hue angle of 83.41º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCBA2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 203 | 162 | - |
CMYK | 0.08 | 0 | 0.20 | 0.20 |
HSL | 83.41º | 0.28% | 0.72% | - |
HSV(B) | 83.41º | 0.2% | 0.8% | - |
XYZ | 48.37 | 55.89 | 42.42 | - |
YUV | 193.54 | 110.2 | 123.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 203 | 162 | 0.08 | 0 | 0.20 | 0.20 | 83.41 | 0.28 | 0.72 |
Hex | BB | CB | A2 | 8 | 0 | 14 | 14 | 53 | 1C | 48 |
Octal | 273 | 313 | 242 | 10 | 0 | 24 | 24 | 123 | 34 | 110 |
Binary | 10111011 | 11001011 | 10100010 | 1000 | 0 | 10100 | 10100 | 1010011 | 11100 | 1001000 |
Color Harmonies of #BBCBA2
Complementary color
Monochromatic Colors of #BBCBA2
Black with #BBCBA2
Text Example
Text Example
White with #BBCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBA2; }
p { color: rgb(187,203,162); }
H1.HeaderClassName
{
color: #BBCBA2;
}
.AnyTagClassName
{
color: #BBCBA2;
}
</style>
background-color css
<style>
a { background-color: #BBCBA2; }
a { background-color: rgb(187,203,162); }
div.DivClassName
{
background-color: #BBCBA2;
}
.BgClassName
{
background-color: #BBCBA2;
}
</style>
border-color css
<style>
span { border-color: #BBCBA2; }
span { border-color: rgb(187,203,162); }
td.TdClassName
{
border-color: #BBCBA2;
}
.TagClassName
{
border-color: #BBCBA2;
}
</style>