Shades of Sulu #BDEE8D
Tints of Sulu #BDEE8D
RGB
CMYK
RGB Variations
Color information
#BDEE8D (or 0xBDEE8D) is known color: Sulu. HEX triplet: BD, EE and 8D. RGB value is (189,238,141). Sum of RGB (Red+Green+Blue) = 189+238+141=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEE8D is #421172. Grayscale: #D4D4D4. Windows color (decimal): -4329843 or 9301693. OLE color: 9301693.
HSL color Cylindrical-coordinate representation of color #BDEE8D: hue angle of 90.31º 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 #BDEE8D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 141 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.07 |
| HSL | 90.31º | 0.74% | 0.74% | - |
| HSV(B) | 90.31º | 0.41% | 0.93% | - |
| XYZ | 56.37 | 73.89 | 36.49 | - |
| YUV | 212.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 141 | 0.21 | 0 | 0.41 | 0.07 | 90.31 | 0.74 | 0.74 |
| Hex | BD | EE | 8D | 15 | 0 | 29 | 7 | 5A | 4A | 4A |
| Octal | 275 | 356 | 215 | 25 | 0 | 51 | 7 | 132 | 112 | 112 |
| Binary | 10111101 | 11101110 | 10001101 | 10101 | 0 | 101001 | 111 | 1011010 | 1001010 | 1001010 |
Color Harmonies of #BDEE8D
Complementary color
Monochromatic Colors of #BDEE8D
Black with #BDEE8D
Text Example
Text Example
White with #BDEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEE8D; }
p { color: rgb(189,238,141); }
H1.HeaderClassName
{
color: #BDEE8D;
}
.AnyTagClassName
{
color: #BDEE8D;
}
</style>
background-color css
<style>
a { background-color: #BDEE8D; }
a { background-color: rgb(189,238,141); }
div.DivClassName
{
background-color: #BDEE8D;
}
.BgClassName
{
background-color: #BDEE8D;
}
</style>
border-color css
<style>
span { border-color: #BDEE8D; }
span { border-color: rgb(189,238,141); }
td.TdClassName
{
border-color: #BDEE8D;
}
.TagClassName
{
border-color: #BDEE8D;
}
</style>