Shades of Sulu #BCDB84
Tints of Sulu #BCDB84
RGB
CMYK
RGB Variations
Color information
#BCDB84 (or 0xBCDB84) is known color: Sulu. HEX triplet: BC, DB and 84. RGB value is (188,219,132). Sum of RGB (Red+Green+Blue) = 188+219+132=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB84 is #43247B. Grayscale: #C8C8C8. Windows color (decimal): -4400252 or 8707004. OLE color: 8707004.
HSL color Cylindrical-coordinate representation of color #BCDB84: hue angle of 81.38º 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 #BCDB84 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 132 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.14 |
| HSL | 81.38º | 0.55% | 0.69% | - |
| HSV(B) | 81.38º | 0.4% | 0.86% | - |
| XYZ | 50.24 | 63.02 | 31.35 | - |
| YUV | 199.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 132 | 0.14 | 0 | 0.40 | 0.14 | 81.38 | 0.55 | 0.69 |
| Hex | BC | DB | 84 | E | 0 | 28 | E | 51 | 37 | 45 |
| Octal | 274 | 333 | 204 | 16 | 0 | 50 | 16 | 121 | 67 | 105 |
| Binary | 10111100 | 11011011 | 10000100 | 1110 | 0 | 101000 | 1110 | 1010001 | 110111 | 1000101 |
Color Harmonies of #BCDB84
Complementary color
Monochromatic Colors of #BCDB84
Black with #BCDB84
Text Example
Text Example
White with #BCDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB84; }
p { color: rgb(188,219,132); }
H1.HeaderClassName
{
color: #BCDB84;
}
.AnyTagClassName
{
color: #BCDB84;
}
</style>
background-color css
<style>
a { background-color: #BCDB84; }
a { background-color: rgb(188,219,132); }
div.DivClassName
{
background-color: #BCDB84;
}
.BgClassName
{
background-color: #BCDB84;
}
</style>
border-color css
<style>
span { border-color: #BCDB84; }
span { border-color: rgb(188,219,132); }
td.TdClassName
{
border-color: #BCDB84;
}
.TagClassName
{
border-color: #BCDB84;
}
</style>