Shades of Sulu #BDDB84
Tints of Sulu #BDDB84
RGB
CMYK
RGB Variations
Color information
#BDDB84 (or 0xBDDB84) is known color: Sulu. HEX triplet: BD, DB and 84. RGB value is (189,219,132). Sum of RGB (Red+Green+Blue) = 189+219+132=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB84 is #42247B. Grayscale: #C8C8C8. Windows color (decimal): -4334716 or 8707005. OLE color: 8707005.
HSL color Cylindrical-coordinate representation of color #BDDB84: hue angle of 80.69º 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 #BDDB84 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 132 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.14 |
| HSL | 80.69º | 0.55% | 0.69% | - |
| HSV(B) | 80.69º | 0.4% | 0.86% | - |
| XYZ | 50.48 | 63.15 | 31.36 | - |
| YUV | 200.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 132 | 0.14 | 0 | 0.40 | 0.14 | 80.69 | 0.55 | 0.69 |
| Hex | BD | DB | 84 | E | 0 | 28 | E | 51 | 37 | 45 |
| Octal | 275 | 333 | 204 | 16 | 0 | 50 | 16 | 121 | 67 | 105 |
| Binary | 10111101 | 11011011 | 10000100 | 1110 | 0 | 101000 | 1110 | 1010001 | 110111 | 1000101 |
Color Harmonies of #BDDB84
Complementary color
Monochromatic Colors of #BDDB84
Black with #BDDB84
Text Example
Text Example
White with #BDDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB84; }
p { color: rgb(189,219,132); }
H1.HeaderClassName
{
color: #BDDB84;
}
.AnyTagClassName
{
color: #BDDB84;
}
</style>
background-color css
<style>
a { background-color: #BDDB84; }
a { background-color: rgb(189,219,132); }
div.DivClassName
{
background-color: #BDDB84;
}
.BgClassName
{
background-color: #BDDB84;
}
</style>
border-color css
<style>
span { border-color: #BDDB84; }
span { border-color: rgb(189,219,132); }
td.TdClassName
{
border-color: #BDDB84;
}
.TagClassName
{
border-color: #BDDB84;
}
</style>