Shades of Sprout #BBCC8F
Tints of Sprout #BBCC8F
RGB
CMYK
RGB Variations
Color information
#BBCC8F (or 0xBBCC8F) is known color: Sprout. HEX triplet: BB, CC and 8F. RGB value is (187,204,143). Sum of RGB (Red+Green+Blue) = 187+204+143=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC8F is #443370. Grayscale: #C0C0C0. Windows color (decimal): -4469617 or 9424059. OLE color: 9424059.
HSL color Cylindrical-coordinate representation of color #BBCC8F: hue angle of 76.72º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBCC8F is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 143 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.2 |
| HSL | 76.72º | 0.37% | 0.68% | - |
| HSV(B) | 76.72º | 0.3% | 0.8% | - |
| XYZ | 47.04 | 55.73 | 34.26 | - |
| YUV | 191.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 143 | 0.08 | 0 | 0.30 | 0.2 | 76.72 | 0.37 | 0.68 |
| Hex | BB | CC | 8F | 8 | 0 | 1E | 14 | 4D | 25 | 44 |
| Octal | 273 | 314 | 217 | 10 | 0 | 36 | 24 | 115 | 45 | 104 |
| Binary | 10111011 | 11001100 | 10001111 | 1000 | 0 | 11110 | 10100 | 1001101 | 100101 | 1000100 |
Color Harmonies of #BBCC8F
Complementary color
Monochromatic Colors of #BBCC8F
Black with #BBCC8F
Text Example
Text Example
White with #BBCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC8F; }
p { color: rgb(187,204,143); }
H1.HeaderClassName
{
color: #BBCC8F;
}
.AnyTagClassName
{
color: #BBCC8F;
}
</style>
background-color css
<style>
a { background-color: #BBCC8F; }
a { background-color: rgb(187,204,143); }
div.DivClassName
{
background-color: #BBCC8F;
}
.BgClassName
{
background-color: #BBCC8F;
}
</style>
border-color css
<style>
span { border-color: #BBCC8F; }
span { border-color: rgb(187,204,143); }
td.TdClassName
{
border-color: #BBCC8F;
}
.TagClassName
{
border-color: #BBCC8F;
}
</style>