Shades of Sulu #BDE48C
Tints of Sulu #BDE48C
RGB
CMYK
RGB Variations
Color information
#BDE48C (or 0xBDE48C) is known color: Sulu. HEX triplet: BD, E4 and 8C. RGB value is (189,228,140). Sum of RGB (Red+Green+Blue) = 189+228+140=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE48C is #421B73. Grayscale: #CECECE. Windows color (decimal): -4332404 or 9233597. OLE color: 9233597.
HSL color Cylindrical-coordinate representation of color #BDE48C: hue angle of 86.59º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDE48C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 140 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.11 |
| HSL | 86.59º | 0.62% | 0.72% | - |
| HSV(B) | 86.59º | 0.39% | 0.89% | - |
| XYZ | 53.46 | 68.2 | 35.16 | - |
| YUV | 206.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 140 | 0.17 | 0 | 0.39 | 0.11 | 86.59 | 0.62 | 0.72 |
| Hex | BD | E4 | 8C | 11 | 0 | 27 | B | 57 | 3E | 48 |
| Octal | 275 | 344 | 214 | 21 | 0 | 47 | 13 | 127 | 76 | 110 |
| Binary | 10111101 | 11100100 | 10001100 | 10001 | 0 | 100111 | 1011 | 1010111 | 111110 | 1001000 |
Color Harmonies of #BDE48C
Complementary color
Monochromatic Colors of #BDE48C
Black with #BDE48C
Text Example
Text Example
White with #BDE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE48C; }
p { color: rgb(189,228,140); }
H1.HeaderClassName
{
color: #BDE48C;
}
.AnyTagClassName
{
color: #BDE48C;
}
</style>
background-color css
<style>
a { background-color: #BDE48C; }
a { background-color: rgb(189,228,140); }
div.DivClassName
{
background-color: #BDE48C;
}
.BgClassName
{
background-color: #BDE48C;
}
</style>
border-color css
<style>
span { border-color: #BDE48C; }
span { border-color: rgb(189,228,140); }
td.TdClassName
{
border-color: #BDE48C;
}
.TagClassName
{
border-color: #BDE48C;
}
</style>