Shades of Sulu #BDDB87
Tints of Sulu #BDDB87
RGB
CMYK
RGB Variations
Color information
#BDDB87 (or 0xBDDB87) is known color: Sulu. HEX triplet: BD, DB and 87. RGB value is (189,219,135). Sum of RGB (Red+Green+Blue) = 189+219+135=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 135 (53.12% from 255 or 24.86% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB87 is #422478. Grayscale: #C8C8C8. Windows color (decimal): -4334713 or 8903613. OLE color: 8903613.
HSL color Cylindrical-coordinate representation of color #BDDB87: hue angle of 81.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDDB87 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 135 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.14 |
| HSL | 81.43º | 0.54% | 0.69% | - |
| HSV(B) | 81.43º | 0.38% | 0.86% | - |
| XYZ | 50.69 | 63.23 | 32.45 | - |
| YUV | 200.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 135 | 0.14 | 0 | 0.38 | 0.14 | 81.43 | 0.54 | 0.69 |
| Hex | BD | DB | 87 | E | 0 | 26 | E | 51 | 36 | 45 |
| Octal | 275 | 333 | 207 | 16 | 0 | 46 | 16 | 121 | 66 | 105 |
| Binary | 10111101 | 11011011 | 10000111 | 1110 | 0 | 100110 | 1110 | 1010001 | 110110 | 1000101 |
Color Harmonies of #BDDB87
Complementary color
Monochromatic Colors of #BDDB87
Black with #BDDB87
Text Example
Text Example
White with #BDDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB87; }
p { color: rgb(189,219,135); }
H1.HeaderClassName
{
color: #BDDB87;
}
.AnyTagClassName
{
color: #BDDB87;
}
</style>
background-color css
<style>
a { background-color: #BDDB87; }
a { background-color: rgb(189,219,135); }
div.DivClassName
{
background-color: #BDDB87;
}
.BgClassName
{
background-color: #BDDB87;
}
</style>
border-color css
<style>
span { border-color: #BDDB87; }
span { border-color: rgb(189,219,135); }
td.TdClassName
{
border-color: #BDDB87;
}
.TagClassName
{
border-color: #BDDB87;
}
</style>