Shades of Sulu #BDE18C
Tints of Sulu #BDE18C
RGB
CMYK
RGB Variations
Color information
#BDE18C (or 0xBDE18C) is known color: Sulu. HEX triplet: BD, E1 and 8C. RGB value is (189,225,140). Sum of RGB (Red+Green+Blue) = 189+225+140=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE18C is #421E73. Grayscale: #CCCCCC. Windows color (decimal): -4333172 or 9232829. OLE color: 9232829.
HSL color Cylindrical-coordinate representation of color #BDE18C: hue angle of 85.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDE18C is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 140 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.12 |
| HSL | 85.41º | 0.59% | 0.72% | - |
| HSV(B) | 85.41º | 0.38% | 0.88% | - |
| XYZ | 52.65 | 66.56 | 34.88 | - |
| YUV | 204.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 140 | 0.16 | 0 | 0.38 | 0.12 | 85.41 | 0.59 | 0.72 |
| Hex | BD | E1 | 8C | 10 | 0 | 26 | C | 55 | 3B | 48 |
| Octal | 275 | 341 | 214 | 20 | 0 | 46 | 14 | 125 | 73 | 110 |
| Binary | 10111101 | 11100001 | 10001100 | 10000 | 0 | 100110 | 1100 | 1010101 | 111011 | 1001000 |
Color Harmonies of #BDE18C
Complementary color
Monochromatic Colors of #BDE18C
Black with #BDE18C
Text Example
Text Example
White with #BDE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE18C; }
p { color: rgb(189,225,140); }
H1.HeaderClassName
{
color: #BDE18C;
}
.AnyTagClassName
{
color: #BDE18C;
}
</style>
background-color css
<style>
a { background-color: #BDE18C; }
a { background-color: rgb(189,225,140); }
div.DivClassName
{
background-color: #BDE18C;
}
.BgClassName
{
background-color: #BDE18C;
}
</style>
border-color css
<style>
span { border-color: #BDE18C; }
span { border-color: rgb(189,225,140); }
td.TdClassName
{
border-color: #BDE18C;
}
.TagClassName
{
border-color: #BDE18C;
}
</style>