Shades of Sulu #BCDB88
Tints of Sulu #BCDB88
RGB
CMYK
RGB Variations
Color information
#BCDB88 (or 0xBCDB88) is known color: Sulu. HEX triplet: BC, DB and 88. RGB value is (188,219,136). Sum of RGB (Red+Green+Blue) = 188+219+136=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB88 is #432477. Grayscale: #C8C8C8. Windows color (decimal): -4400248 or 8969148. OLE color: 8969148.
HSL color Cylindrical-coordinate representation of color #BCDB88: hue angle of 82.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCDB88 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 136 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.14 |
| HSL | 82.41º | 0.54% | 0.7% | - |
| HSV(B) | 82.41º | 0.38% | 0.86% | - |
| XYZ | 50.51 | 63.13 | 32.82 | - |
| YUV | 200.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 136 | 0.14 | 0 | 0.38 | 0.14 | 82.41 | 0.54 | 0.7 |
| Hex | BC | DB | 88 | E | 0 | 26 | E | 52 | 36 | 46 |
| Octal | 274 | 333 | 210 | 16 | 0 | 46 | 16 | 122 | 66 | 106 |
| Binary | 10111100 | 11011011 | 10001000 | 1110 | 0 | 100110 | 1110 | 1010010 | 110110 | 1000110 |
Color Harmonies of #BCDB88
Complementary color
Monochromatic Colors of #BCDB88
Black with #BCDB88
Text Example
Text Example
White with #BCDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB88; }
p { color: rgb(188,219,136); }
H1.HeaderClassName
{
color: #BCDB88;
}
.AnyTagClassName
{
color: #BCDB88;
}
</style>
background-color css
<style>
a { background-color: #BCDB88; }
a { background-color: rgb(188,219,136); }
div.DivClassName
{
background-color: #BCDB88;
}
.BgClassName
{
background-color: #BCDB88;
}
</style>
border-color css
<style>
span { border-color: #BCDB88; }
span { border-color: rgb(188,219,136); }
td.TdClassName
{
border-color: #BCDB88;
}
.TagClassName
{
border-color: #BCDB88;
}
</style>