Shades of Sulu #BBDE8C
Tints of Sulu #BBDE8C
RGB
CMYK
RGB Variations
Color information
#BBDE8C (or 0xBBDE8C) is known color: Sulu. HEX triplet: BB, DE and 8C. RGB value is (187,222,140). Sum of RGB (Red+Green+Blue) = 187+222+140=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE8C is #442173. Grayscale: #CACACA. Windows color (decimal): -4465012 or 9232059. OLE color: 9232059.
HSL color Cylindrical-coordinate representation of color #BBDE8C: hue angle of 85.61º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBDE8C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 140 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.13 |
| HSL | 85.61º | 0.55% | 0.71% | - |
| HSV(B) | 85.61º | 0.37% | 0.87% | - |
| XYZ | 51.35 | 64.7 | 34.59 | - |
| YUV | 202.19 | 92.9 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 140 | 0.16 | 0 | 0.37 | 0.13 | 85.61 | 0.55 | 0.71 |
| Hex | BB | DE | 8C | 10 | 0 | 25 | D | 56 | 37 | 47 |
| Octal | 273 | 336 | 214 | 20 | 0 | 45 | 15 | 126 | 67 | 107 |
| Binary | 10111011 | 11011110 | 10001100 | 10000 | 0 | 100101 | 1101 | 1010110 | 110111 | 1000111 |
Color Harmonies of #BBDE8C
Complementary color
Monochromatic Colors of #BBDE8C
Black with #BBDE8C
Text Example
Text Example
White with #BBDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE8C; }
p { color: rgb(187,222,140); }
H1.HeaderClassName
{
color: #BBDE8C;
}
.AnyTagClassName
{
color: #BBDE8C;
}
</style>
background-color css
<style>
a { background-color: #BBDE8C; }
a { background-color: rgb(187,222,140); }
div.DivClassName
{
background-color: #BBDE8C;
}
.BgClassName
{
background-color: #BBDE8C;
}
</style>
border-color css
<style>
span { border-color: #BBDE8C; }
span { border-color: rgb(187,222,140); }
td.TdClassName
{
border-color: #BBDE8C;
}
.TagClassName
{
border-color: #BBDE8C;
}
</style>