Shades of Sulu #BBDB81
Tints of Sulu #BBDB81
RGB
CMYK
RGB Variations
Color information
#BBDB81 (or 0xBBDB81) is known color: Sulu. HEX triplet: BB, DB and 81. RGB value is (187,219,129). Sum of RGB (Red+Green+Blue) = 187+219+129=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB81 is #44247E. Grayscale: #C7C7C7. Windows color (decimal): -4465791 or 8510395. OLE color: 8510395.
HSL color Cylindrical-coordinate representation of color #BBDB81: hue angle of 81.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBDB81 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 129 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.14 |
| HSL | 81.33º | 0.56% | 0.68% | - |
| HSV(B) | 81.33º | 0.41% | 0.86% | - |
| XYZ | 49.79 | 62.81 | 30.27 | - |
| YUV | 199.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 129 | 0.15 | 0 | 0.41 | 0.14 | 81.33 | 0.56 | 0.68 |
| Hex | BB | DB | 81 | F | 0 | 29 | E | 51 | 38 | 44 |
| Octal | 273 | 333 | 201 | 17 | 0 | 51 | 16 | 121 | 70 | 104 |
| Binary | 10111011 | 11011011 | 10000001 | 1111 | 0 | 101001 | 1110 | 1010001 | 111000 | 1000100 |
Color Harmonies of #BBDB81
Complementary color
Monochromatic Colors of #BBDB81
Black with #BBDB81
Text Example
Text Example
White with #BBDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB81; }
p { color: rgb(187,219,129); }
H1.HeaderClassName
{
color: #BBDB81;
}
.AnyTagClassName
{
color: #BBDB81;
}
</style>
background-color css
<style>
a { background-color: #BBDB81; }
a { background-color: rgb(187,219,129); }
div.DivClassName
{
background-color: #BBDB81;
}
.BgClassName
{
background-color: #BBDB81;
}
</style>
border-color css
<style>
span { border-color: #BBDB81; }
span { border-color: rgb(187,219,129); }
td.TdClassName
{
border-color: #BBDB81;
}
.TagClassName
{
border-color: #BBDB81;
}
</style>