Shades of Sulu #BBEC8C
Tints of Sulu #BBEC8C
RGB
CMYK
RGB Variations
Color information
#BBEC8C (or 0xBBEC8C) is known color: Sulu. HEX triplet: BB, EC and 8C. RGB value is (187,236,140). Sum of RGB (Red+Green+Blue) = 187+236+140=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEC8C is #441373. Grayscale: #D2D2D2. Windows color (decimal): -4461428 or 9235643. OLE color: 9235643.
HSL color Cylindrical-coordinate representation of color #BBEC8C: hue angle of 90.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBEC8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 140 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.07 |
| HSL | 90.63º | 0.72% | 0.74% | - |
| HSV(B) | 90.63º | 0.41% | 0.93% | - |
| XYZ | 55.22 | 72.45 | 35.88 | - |
| YUV | 210.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 140 | 0.21 | 0 | 0.41 | 0.07 | 90.63 | 0.72 | 0.74 |
| Hex | BB | EC | 8C | 15 | 0 | 29 | 7 | 5B | 48 | 4A |
| Octal | 273 | 354 | 214 | 25 | 0 | 51 | 7 | 133 | 110 | 112 |
| Binary | 10111011 | 11101100 | 10001100 | 10101 | 0 | 101001 | 111 | 1011011 | 1001000 | 1001010 |
Color Harmonies of #BBEC8C
Complementary color
Monochromatic Colors of #BBEC8C
Black with #BBEC8C
Text Example
Text Example
White with #BBEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC8C; }
p { color: rgb(187,236,140); }
H1.HeaderClassName
{
color: #BBEC8C;
}
.AnyTagClassName
{
color: #BBEC8C;
}
</style>
background-color css
<style>
a { background-color: #BBEC8C; }
a { background-color: rgb(187,236,140); }
div.DivClassName
{
background-color: #BBEC8C;
}
.BgClassName
{
background-color: #BBEC8C;
}
</style>
border-color css
<style>
span { border-color: #BBEC8C; }
span { border-color: rgb(187,236,140); }
td.TdClassName
{
border-color: #BBEC8C;
}
.TagClassName
{
border-color: #BBEC8C;
}
</style>