Shades of Sulu #BBDB84
Tints of Sulu #BBDB84
RGB
CMYK
RGB Variations
Color information
#BBDB84 (or 0xBBDB84) is known color: Sulu. HEX triplet: BB, DB and 84. RGB value is (187,219,132). Sum of RGB (Red+Green+Blue) = 187+219+132=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB84 is #44247B. Grayscale: #C7C7C7. Windows color (decimal): -4465788 or 8707003. OLE color: 8707003.
HSL color Cylindrical-coordinate representation of color #BBDB84: hue angle of 82.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDB84 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 132 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.14 |
| HSL | 82.07º | 0.55% | 0.69% | - |
| HSV(B) | 82.07º | 0.4% | 0.86% | - |
| XYZ | 49.99 | 62.89 | 31.33 | - |
| YUV | 199.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 132 | 0.15 | 0 | 0.40 | 0.14 | 82.07 | 0.55 | 0.69 |
| Hex | BB | DB | 84 | F | 0 | 28 | E | 52 | 37 | 45 |
| Octal | 273 | 333 | 204 | 17 | 0 | 50 | 16 | 122 | 67 | 105 |
| Binary | 10111011 | 11011011 | 10000100 | 1111 | 0 | 101000 | 1110 | 1010010 | 110111 | 1000101 |
Color Harmonies of #BBDB84
Complementary color
Monochromatic Colors of #BBDB84
Black with #BBDB84
Text Example
Text Example
White with #BBDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB84; }
p { color: rgb(187,219,132); }
H1.HeaderClassName
{
color: #BBDB84;
}
.AnyTagClassName
{
color: #BBDB84;
}
</style>
background-color css
<style>
a { background-color: #BBDB84; }
a { background-color: rgb(187,219,132); }
div.DivClassName
{
background-color: #BBDB84;
}
.BgClassName
{
background-color: #BBDB84;
}
</style>
border-color css
<style>
span { border-color: #BBDB84; }
span { border-color: rgb(187,219,132); }
td.TdClassName
{
border-color: #BBDB84;
}
.TagClassName
{
border-color: #BBDB84;
}
</style>