Shades of Sulu #BCDB7E
Tints of Sulu #BCDB7E
RGB
CMYK
RGB Variations
Color information
#BCDB7E (or 0xBCDB7E) is known color: Sulu. HEX triplet: BC, DB and 7E. RGB value is (188,219,126). Sum of RGB (Red+Green+Blue) = 188+219+126=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB7E is #432481. Grayscale: #C7C7C7. Windows color (decimal): -4400258 or 8313788. OLE color: 8313788.
HSL color Cylindrical-coordinate representation of color #BCDB7E: hue angle of 80º 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 #BCDB7E is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 126 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.14 |
| HSL | 80º | 0.56% | 0.68% | - |
| HSV(B) | 80º | 0.42% | 0.86% | - |
| XYZ | 49.84 | 62.86 | 29.25 | - |
| YUV | 199.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 126 | 0.14 | 0 | 0.42 | 0.14 | 80 | 0.56 | 0.68 |
| Hex | BC | DB | 7E | E | 0 | 2A | E | 50 | 38 | 44 |
| Octal | 274 | 333 | 176 | 16 | 0 | 52 | 16 | 120 | 70 | 104 |
| Binary | 10111100 | 11011011 | 1111110 | 1110 | 0 | 101010 | 1110 | 1010000 | 111000 | 1000100 |
Color Harmonies of #BCDB7E
Complementary color
Monochromatic Colors of #BCDB7E
Black with #BCDB7E
Text Example
Text Example
White with #BCDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB7E; }
p { color: rgb(188,219,126); }
H1.HeaderClassName
{
color: #BCDB7E;
}
.AnyTagClassName
{
color: #BCDB7E;
}
</style>
background-color css
<style>
a { background-color: #BCDB7E; }
a { background-color: rgb(188,219,126); }
div.DivClassName
{
background-color: #BCDB7E;
}
.BgClassName
{
background-color: #BCDB7E;
}
</style>
border-color css
<style>
span { border-color: #BCDB7E; }
span { border-color: rgb(188,219,126); }
td.TdClassName
{
border-color: #BCDB7E;
}
.TagClassName
{
border-color: #BCDB7E;
}
</style>