Shades of Sulu #BDEE8C
Tints of Sulu #BDEE8C
RGB
CMYK
RGB Variations
Color information
#BDEE8C (or 0xBDEE8C) is known color: Sulu. HEX triplet: BD, EE and 8C. RGB value is (189,238,140). Sum of RGB (Red+Green+Blue) = 189+238+140=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEE8C is #421173. Grayscale: #D4D4D4. Windows color (decimal): -4329844 or 9236157. OLE color: 9236157.
HSL color Cylindrical-coordinate representation of color #BDEE8C: hue angle of 90º degrees, saturation: 0.74, 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 #BDEE8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 140 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.07 |
| HSL | 90º | 0.74% | 0.74% | - |
| HSV(B) | 90º | 0.41% | 0.93% | - |
| XYZ | 56.29 | 73.86 | 36.1 | - |
| YUV | 212.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 140 | 0.21 | 0 | 0.41 | 0.07 | 90 | 0.74 | 0.74 |
| Hex | BD | EE | 8C | 15 | 0 | 29 | 7 | 5A | 4A | 4A |
| Octal | 275 | 356 | 214 | 25 | 0 | 51 | 7 | 132 | 112 | 112 |
| Binary | 10111101 | 11101110 | 10001100 | 10101 | 0 | 101001 | 111 | 1011010 | 1001010 | 1001010 |
Color Harmonies of #BDEE8C
Complementary color
Monochromatic Colors of #BDEE8C
Black with #BDEE8C
Text Example
Text Example
White with #BDEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEE8C; }
p { color: rgb(189,238,140); }
H1.HeaderClassName
{
color: #BDEE8C;
}
.AnyTagClassName
{
color: #BDEE8C;
}
</style>
background-color css
<style>
a { background-color: #BDEE8C; }
a { background-color: rgb(189,238,140); }
div.DivClassName
{
background-color: #BDEE8C;
}
.BgClassName
{
background-color: #BDEE8C;
}
</style>
border-color css
<style>
span { border-color: #BDEE8C; }
span { border-color: rgb(189,238,140); }
td.TdClassName
{
border-color: #BDEE8C;
}
.TagClassName
{
border-color: #BDEE8C;
}
</style>