Shades of Sulu #BBEB8C
Tints of Sulu #BBEB8C
RGB
CMYK
RGB Variations
Color information
#BBEB8C (or 0xBBEB8C) is known color: Sulu. HEX triplet: BB, EB and 8C. RGB value is (187,235,140). Sum of RGB (Red+Green+Blue) = 187+235+140=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEB8C is #441473. Grayscale: #D2D2D2. Windows color (decimal): -4461684 or 9235387. OLE color: 9235387.
HSL color Cylindrical-coordinate representation of color #BBEB8C: hue angle of 90.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBEB8C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 140 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.08 |
| HSL | 90.32º | 0.7% | 0.74% | - |
| HSV(B) | 90.32º | 0.4% | 0.92% | - |
| XYZ | 54.94 | 71.87 | 35.79 | - |
| YUV | 209.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 140 | 0.20 | 0 | 0.40 | 0.08 | 90.32 | 0.7 | 0.74 |
| Hex | BB | EB | 8C | 14 | 0 | 28 | 8 | 5A | 46 | 4A |
| Octal | 273 | 353 | 214 | 24 | 0 | 50 | 10 | 132 | 106 | 112 |
| Binary | 10111011 | 11101011 | 10001100 | 10100 | 0 | 101000 | 1000 | 1011010 | 1000110 | 1001010 |
Color Harmonies of #BBEB8C
Complementary color
Monochromatic Colors of #BBEB8C
Black with #BBEB8C
Text Example
Text Example
White with #BBEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEB8C; }
p { color: rgb(187,235,140); }
H1.HeaderClassName
{
color: #BBEB8C;
}
.AnyTagClassName
{
color: #BBEB8C;
}
</style>
background-color css
<style>
a { background-color: #BBEB8C; }
a { background-color: rgb(187,235,140); }
div.DivClassName
{
background-color: #BBEB8C;
}
.BgClassName
{
background-color: #BBEB8C;
}
</style>
border-color css
<style>
span { border-color: #BBEB8C; }
span { border-color: rgb(187,235,140); }
td.TdClassName
{
border-color: #BBEB8C;
}
.TagClassName
{
border-color: #BBEB8C;
}
</style>