Shades of Sulu #BDED8F
Tints of Sulu #BDED8F
RGB
CMYK
RGB Variations
Color information
#BDED8F (or 0xBDED8F) is known color: Sulu. HEX triplet: BD, ED and 8F. RGB value is (189,237,143). Sum of RGB (Red+Green+Blue) = 189+237+143=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED8F is #421270. Grayscale: #D4D4D4. Windows color (decimal): -4330097 or 9432509. OLE color: 9432509.
HSL color Cylindrical-coordinate representation of color #BDED8F: hue angle of 90.64º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDED8F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 143 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.07 |
| HSL | 90.64º | 0.72% | 0.75% | - |
| HSV(B) | 90.64º | 0.4% | 0.93% | - |
| XYZ | 56.23 | 73.37 | 37.18 | - |
| YUV | 211.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 143 | 0.20 | 0 | 0.40 | 0.07 | 90.64 | 0.72 | 0.75 |
| Hex | BD | ED | 8F | 14 | 0 | 28 | 7 | 5B | 48 | 4B |
| Octal | 275 | 355 | 217 | 24 | 0 | 50 | 7 | 133 | 110 | 113 |
| Binary | 10111101 | 11101101 | 10001111 | 10100 | 0 | 101000 | 111 | 1011011 | 1001000 | 1001011 |
Color Harmonies of #BDED8F
Complementary color
Monochromatic Colors of #BDED8F
Black with #BDED8F
Text Example
Text Example
White with #BDED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED8F; }
p { color: rgb(189,237,143); }
H1.HeaderClassName
{
color: #BDED8F;
}
.AnyTagClassName
{
color: #BDED8F;
}
</style>
background-color css
<style>
a { background-color: #BDED8F; }
a { background-color: rgb(189,237,143); }
div.DivClassName
{
background-color: #BDED8F;
}
.BgClassName
{
background-color: #BDED8F;
}
</style>
border-color css
<style>
span { border-color: #BDED8F; }
span { border-color: rgb(189,237,143); }
td.TdClassName
{
border-color: #BDED8F;
}
.TagClassName
{
border-color: #BDED8F;
}
</style>