Shades of Sulu #BBDF88
Tints of Sulu #BBDF88
RGB
CMYK
RGB Variations
Color information
#BBDF88 (or 0xBBDF88) is known color: Sulu. HEX triplet: BB, DF and 88. RGB value is (187,223,136). Sum of RGB (Red+Green+Blue) = 187+223+136=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF88 is #442077. Grayscale: #CACACA. Windows color (decimal): -4464760 or 8970171. OLE color: 8970171.
HSL color Cylindrical-coordinate representation of color #BBDF88: hue angle of 84.83º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBDF88 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 136 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.13 |
| HSL | 84.83º | 0.58% | 0.7% | - |
| HSV(B) | 84.83º | 0.39% | 0.87% | - |
| XYZ | 51.33 | 65.12 | 33.16 | - |
| YUV | 202.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 136 | 0.16 | 0 | 0.39 | 0.13 | 84.83 | 0.58 | 0.7 |
| Hex | BB | DF | 88 | 10 | 0 | 27 | D | 55 | 3A | 46 |
| Octal | 273 | 337 | 210 | 20 | 0 | 47 | 15 | 125 | 72 | 106 |
| Binary | 10111011 | 11011111 | 10001000 | 10000 | 0 | 100111 | 1101 | 1010101 | 111010 | 1000110 |
Color Harmonies of #BBDF88
Complementary color
Monochromatic Colors of #BBDF88
Black with #BBDF88
Text Example
Text Example
White with #BBDF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF88; }
p { color: rgb(187,223,136); }
H1.HeaderClassName
{
color: #BBDF88;
}
.AnyTagClassName
{
color: #BBDF88;
}
</style>
background-color css
<style>
a { background-color: #BBDF88; }
a { background-color: rgb(187,223,136); }
div.DivClassName
{
background-color: #BBDF88;
}
.BgClassName
{
background-color: #BBDF88;
}
</style>
border-color css
<style>
span { border-color: #BBDF88; }
span { border-color: rgb(187,223,136); }
td.TdClassName
{
border-color: #BBDF88;
}
.TagClassName
{
border-color: #BBDF88;
}
</style>