Shades of Sulu #BCDB7B
Tints of Sulu #BCDB7B
RGB
CMYK
RGB Variations
Color information
#BCDB7B (or 0xBCDB7B) is known color: Sulu. HEX triplet: BC, DB and 7B. RGB value is (188,219,123). Sum of RGB (Red+Green+Blue) = 188+219+123=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB7B is #432484. Grayscale: #C7C7C7. Windows color (decimal): -4400261 or 8117180. OLE color: 8117180.
HSL color Cylindrical-coordinate representation of color #BCDB7B: hue angle of 79.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCDB7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 123 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.14 |
| HSL | 79.38º | 0.57% | 0.67% | - |
| HSV(B) | 79.38º | 0.44% | 0.86% | - |
| XYZ | 49.65 | 62.78 | 28.24 | - |
| YUV | 198.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 123 | 0.14 | 0 | 0.44 | 0.14 | 79.38 | 0.57 | 0.67 |
| Hex | BC | DB | 7B | E | 0 | 2C | E | 4F | 39 | 43 |
| Octal | 274 | 333 | 173 | 16 | 0 | 54 | 16 | 117 | 71 | 103 |
| Binary | 10111100 | 11011011 | 1111011 | 1110 | 0 | 101100 | 1110 | 1001111 | 111001 | 1000011 |
Color Harmonies of #BCDB7B
Complementary color
Monochromatic Colors of #BCDB7B
Black with #BCDB7B
Text Example
Text Example
White with #BCDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB7B; }
p { color: rgb(188,219,123); }
H1.HeaderClassName
{
color: #BCDB7B;
}
.AnyTagClassName
{
color: #BCDB7B;
}
</style>
background-color css
<style>
a { background-color: #BCDB7B; }
a { background-color: rgb(188,219,123); }
div.DivClassName
{
background-color: #BCDB7B;
}
.BgClassName
{
background-color: #BCDB7B;
}
</style>
border-color css
<style>
span { border-color: #BCDB7B; }
span { border-color: rgb(188,219,123); }
td.TdClassName
{
border-color: #BCDB7B;
}
.TagClassName
{
border-color: #BCDB7B;
}
</style>