Shades of Sprout #BBCE8D
Tints of Sprout #BBCE8D
RGB
CMYK
RGB Variations
Color information
#BBCE8D (or 0xBBCE8D) is known color: Sprout. HEX triplet: BB, CE and 8D. RGB value is (187,206,141). Sum of RGB (Red+Green+Blue) = 187+206+141=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE8D is #443172. Grayscale: #C1C1C1. Windows color (decimal): -4469107 or 9293499. OLE color: 9293499.
HSL color Cylindrical-coordinate representation of color #BBCE8D: hue angle of 77.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCE8D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 141 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.19 |
| HSL | 77.54º | 0.4% | 0.68% | - |
| HSV(B) | 77.54º | 0.32% | 0.81% | - |
| XYZ | 47.37 | 56.63 | 33.63 | - |
| YUV | 192.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 141 | 0.09 | 0 | 0.32 | 0.19 | 77.54 | 0.4 | 0.68 |
| Hex | BB | CE | 8D | 9 | 0 | 20 | 13 | 4E | 28 | 44 |
| Octal | 273 | 316 | 215 | 11 | 0 | 40 | 23 | 116 | 50 | 104 |
| Binary | 10111011 | 11001110 | 10001101 | 1001 | 0 | 100000 | 10011 | 1001110 | 101000 | 1000100 |
Color Harmonies of #BBCE8D
Complementary color
Monochromatic Colors of #BBCE8D
Black with #BBCE8D
Text Example
Text Example
White with #BBCE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE8D; }
p { color: rgb(187,206,141); }
H1.HeaderClassName
{
color: #BBCE8D;
}
.AnyTagClassName
{
color: #BBCE8D;
}
</style>
background-color css
<style>
a { background-color: #BBCE8D; }
a { background-color: rgb(187,206,141); }
div.DivClassName
{
background-color: #BBCE8D;
}
.BgClassName
{
background-color: #BBCE8D;
}
</style>
border-color css
<style>
span { border-color: #BBCE8D; }
span { border-color: rgb(187,206,141); }
td.TdClassName
{
border-color: #BBCE8D;
}
.TagClassName
{
border-color: #BBCE8D;
}
</style>