Shades of Sulu #BCDB80
Tints of Sulu #BCDB80
RGB
CMYK
RGB Variations
Color information
#BCDB80 (or 0xBCDB80) is known color: Sulu. HEX triplet: BC, DB and 80. RGB value is (188,219,128). Sum of RGB (Red+Green+Blue) = 188+219+128=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB80 is #43247F. Grayscale: #C7C7C7. Windows color (decimal): -4400256 or 8444860. OLE color: 8444860.
HSL color Cylindrical-coordinate representation of color #BCDB80: hue angle of 80.44º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCDB80 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 128 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.14 |
| HSL | 80.44º | 0.56% | 0.68% | - |
| HSV(B) | 80.44º | 0.42% | 0.86% | - |
| XYZ | 49.97 | 62.91 | 29.93 | - |
| YUV | 199.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 128 | 0.14 | 0 | 0.42 | 0.14 | 80.44 | 0.56 | 0.68 |
| Hex | BC | DB | 80 | E | 0 | 2A | E | 50 | 38 | 44 |
| Octal | 274 | 333 | 200 | 16 | 0 | 52 | 16 | 120 | 70 | 104 |
| Binary | 10111100 | 11011011 | 10000000 | 1110 | 0 | 101010 | 1110 | 1010000 | 111000 | 1000100 |
Color Harmonies of #BCDB80
Complementary color
Monochromatic Colors of #BCDB80
Black with #BCDB80
Text Example
Text Example
White with #BCDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB80; }
p { color: rgb(188,219,128); }
H1.HeaderClassName
{
color: #BCDB80;
}
.AnyTagClassName
{
color: #BCDB80;
}
</style>
background-color css
<style>
a { background-color: #BCDB80; }
a { background-color: rgb(188,219,128); }
div.DivClassName
{
background-color: #BCDB80;
}
.BgClassName
{
background-color: #BCDB80;
}
</style>
border-color css
<style>
span { border-color: #BCDB80; }
span { border-color: rgb(188,219,128); }
td.TdClassName
{
border-color: #BCDB80;
}
.TagClassName
{
border-color: #BCDB80;
}
</style>