Shades of Sulu #BBDD88
Tints of Sulu #BBDD88
RGB
CMYK
RGB Variations
Color information
#BBDD88 (or 0xBBDD88) is known color: Sulu. HEX triplet: BB, DD and 88. RGB value is (187,221,136). Sum of RGB (Red+Green+Blue) = 187+221+136=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD88 is #442277. Grayscale: #C9C9C9. Windows color (decimal): -4465272 or 8969659. OLE color: 8969659.
HSL color Cylindrical-coordinate representation of color #BBDD88: hue angle of 84º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBDD88 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 136 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.13 |
| HSL | 84º | 0.56% | 0.7% | - |
| HSV(B) | 84º | 0.38% | 0.87% | - |
| XYZ | 50.79 | 64.06 | 32.98 | - |
| YUV | 201.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 136 | 0.15 | 0 | 0.38 | 0.13 | 84 | 0.56 | 0.7 |
| Hex | BB | DD | 88 | F | 0 | 26 | D | 54 | 38 | 46 |
| Octal | 273 | 335 | 210 | 17 | 0 | 46 | 15 | 124 | 70 | 106 |
| Binary | 10111011 | 11011101 | 10001000 | 1111 | 0 | 100110 | 1101 | 1010100 | 111000 | 1000110 |
Color Harmonies of #BBDD88
Complementary color
Monochromatic Colors of #BBDD88
Black with #BBDD88
Text Example
Text Example
White with #BBDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD88; }
p { color: rgb(187,221,136); }
H1.HeaderClassName
{
color: #BBDD88;
}
.AnyTagClassName
{
color: #BBDD88;
}
</style>
background-color css
<style>
a { background-color: #BBDD88; }
a { background-color: rgb(187,221,136); }
div.DivClassName
{
background-color: #BBDD88;
}
.BgClassName
{
background-color: #BBDD88;
}
</style>
border-color css
<style>
span { border-color: #BBDD88; }
span { border-color: rgb(187,221,136); }
td.TdClassName
{
border-color: #BBDD88;
}
.TagClassName
{
border-color: #BBDD88;
}
</style>