Shades of Sulu #BDDD8F
Tints of Sulu #BDDD8F
RGB
CMYK
RGB Variations
Color information
#BDDD8F (or 0xBDDD8F) is known color: Sulu. HEX triplet: BD, DD and 8F. RGB value is (189,221,143). Sum of RGB (Red+Green+Blue) = 189+221+143=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD8F is #422270. Grayscale: #CACACA. Windows color (decimal): -4334193 or 9428413. OLE color: 9428413.
HSL color Cylindrical-coordinate representation of color #BDDD8F: hue angle of 84.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDDD8F is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 143 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.13 |
| HSL | 84.62º | 0.53% | 0.71% | - |
| HSV(B) | 84.62º | 0.35% | 0.87% | - |
| XYZ | 51.8 | 64.51 | 35.71 | - |
| YUV | 202.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 143 | 0.14 | 0 | 0.35 | 0.13 | 84.62 | 0.53 | 0.71 |
| Hex | BD | DD | 8F | E | 0 | 23 | D | 55 | 35 | 47 |
| Octal | 275 | 335 | 217 | 16 | 0 | 43 | 15 | 125 | 65 | 107 |
| Binary | 10111101 | 11011101 | 10001111 | 1110 | 0 | 100011 | 1101 | 1010101 | 110101 | 1000111 |
Color Harmonies of #BDDD8F
Complementary color
Monochromatic Colors of #BDDD8F
Black with #BDDD8F
Text Example
Text Example
White with #BDDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD8F; }
p { color: rgb(189,221,143); }
H1.HeaderClassName
{
color: #BDDD8F;
}
.AnyTagClassName
{
color: #BDDD8F;
}
</style>
background-color css
<style>
a { background-color: #BDDD8F; }
a { background-color: rgb(189,221,143); }
div.DivClassName
{
background-color: #BDDD8F;
}
.BgClassName
{
background-color: #BDDD8F;
}
</style>
border-color css
<style>
span { border-color: #BDDD8F; }
span { border-color: rgb(189,221,143); }
td.TdClassName
{
border-color: #BDDD8F;
}
.TagClassName
{
border-color: #BDDD8F;
}
</style>