Shades of Sprout #BBCE99
Tints of Sprout #BBCE99
RGB
CMYK
RGB Variations
Color information
#BBCE99 (or 0xBBCE99) is known color: Sprout. HEX triplet: BB, CE and 99. RGB value is (187,206,153). Sum of RGB (Red+Green+Blue) = 187+206+153=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE99 is #443166. Grayscale: #C2C2C2. Windows color (decimal): -4469095 or 10079931. OLE color: 10079931.
HSL color Cylindrical-coordinate representation of color #BBCE99: hue angle of 81.51º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCE99 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 153 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.19 |
| HSL | 81.51º | 0.35% | 0.7% | - |
| HSV(B) | 81.51º | 0.26% | 0.81% | - |
| XYZ | 48.31 | 57.01 | 38.59 | - |
| YUV | 194.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 153 | 0.09 | 0 | 0.26 | 0.19 | 81.51 | 0.35 | 0.7 |
| Hex | BB | CE | 99 | 9 | 0 | 1A | 13 | 52 | 23 | 46 |
| Octal | 273 | 316 | 231 | 11 | 0 | 32 | 23 | 122 | 43 | 106 |
| Binary | 10111011 | 11001110 | 10011001 | 1001 | 0 | 11010 | 10011 | 1010010 | 100011 | 1000110 |
Color Harmonies of #BBCE99
Complementary color
Monochromatic Colors of #BBCE99
Black with #BBCE99
Text Example
Text Example
White with #BBCE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE99; }
p { color: rgb(187,206,153); }
H1.HeaderClassName
{
color: #BBCE99;
}
.AnyTagClassName
{
color: #BBCE99;
}
</style>
background-color css
<style>
a { background-color: #BBCE99; }
a { background-color: rgb(187,206,153); }
div.DivClassName
{
background-color: #BBCE99;
}
.BgClassName
{
background-color: #BBCE99;
}
</style>
border-color css
<style>
span { border-color: #BBCE99; }
span { border-color: rgb(187,206,153); }
td.TdClassName
{
border-color: #BBCE99;
}
.TagClassName
{
border-color: #BBCE99;
}
</style>