Shades of Sulu #BDEC8F
Tints of Sulu #BDEC8F
RGB
CMYK
RGB Variations
Color information
#BDEC8F (or 0xBDEC8F) is known color: Sulu. HEX triplet: BD, EC and 8F. RGB value is (189,236,143). Sum of RGB (Red+Green+Blue) = 189+236+143=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC8F is #421370. Grayscale: #D3D3D3. Windows color (decimal): -4330353 or 9432253. OLE color: 9432253.
HSL color Cylindrical-coordinate representation of color #BDEC8F: hue angle of 90.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDEC8F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 143 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.07 |
| HSL | 90.32º | 0.71% | 0.74% | - |
| HSV(B) | 90.32º | 0.39% | 0.93% | - |
| XYZ | 55.94 | 72.79 | 37.09 | - |
| YUV | 211.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 143 | 0.20 | 0 | 0.39 | 0.07 | 90.32 | 0.71 | 0.74 |
| Hex | BD | EC | 8F | 14 | 0 | 27 | 7 | 5A | 47 | 4A |
| Octal | 275 | 354 | 217 | 24 | 0 | 47 | 7 | 132 | 107 | 112 |
| Binary | 10111101 | 11101100 | 10001111 | 10100 | 0 | 100111 | 111 | 1011010 | 1000111 | 1001010 |
Color Harmonies of #BDEC8F
Complementary color
Monochromatic Colors of #BDEC8F
Black with #BDEC8F
Text Example
Text Example
White with #BDEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC8F; }
p { color: rgb(189,236,143); }
H1.HeaderClassName
{
color: #BDEC8F;
}
.AnyTagClassName
{
color: #BDEC8F;
}
</style>
background-color css
<style>
a { background-color: #BDEC8F; }
a { background-color: rgb(189,236,143); }
div.DivClassName
{
background-color: #BDEC8F;
}
.BgClassName
{
background-color: #BDEC8F;
}
</style>
border-color css
<style>
span { border-color: #BDEC8F; }
span { border-color: rgb(189,236,143); }
td.TdClassName
{
border-color: #BDEC8F;
}
.TagClassName
{
border-color: #BDEC8F;
}
</style>