Shades of Sulu #BDEC8C
Tints of Sulu #BDEC8C
RGB
CMYK
RGB Variations
Color information
#BDEC8C (or 0xBDEC8C) is known color: Sulu. HEX triplet: BD, EC and 8C. RGB value is (189,236,140). Sum of RGB (Red+Green+Blue) = 189+236+140=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC8C is #421373. Grayscale: #D3D3D3. Windows color (decimal): -4330356 or 9235645. OLE color: 9235645.
HSL color Cylindrical-coordinate representation of color #BDEC8C: hue angle of 89.37º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDEC8C is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 140 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.07 |
| HSL | 89.37º | 0.72% | 0.74% | - |
| HSV(B) | 89.37º | 0.41% | 0.93% | - |
| XYZ | 55.72 | 72.7 | 35.91 | - |
| YUV | 211 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 140 | 0.20 | 0 | 0.41 | 0.07 | 89.37 | 0.72 | 0.74 |
| Hex | BD | EC | 8C | 14 | 0 | 29 | 7 | 59 | 48 | 4A |
| Octal | 275 | 354 | 214 | 24 | 0 | 51 | 7 | 131 | 110 | 112 |
| Binary | 10111101 | 11101100 | 10001100 | 10100 | 0 | 101001 | 111 | 1011001 | 1001000 | 1001010 |
Color Harmonies of #BDEC8C
Complementary color
Monochromatic Colors of #BDEC8C
Black with #BDEC8C
Text Example
Text Example
White with #BDEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC8C; }
p { color: rgb(189,236,140); }
H1.HeaderClassName
{
color: #BDEC8C;
}
.AnyTagClassName
{
color: #BDEC8C;
}
</style>
background-color css
<style>
a { background-color: #BDEC8C; }
a { background-color: rgb(189,236,140); }
div.DivClassName
{
background-color: #BDEC8C;
}
.BgClassName
{
background-color: #BDEC8C;
}
</style>
border-color css
<style>
span { border-color: #BDEC8C; }
span { border-color: rgb(189,236,140); }
td.TdClassName
{
border-color: #BDEC8C;
}
.TagClassName
{
border-color: #BDEC8C;
}
</style>