Shades of Sulu #BDDF8D
Tints of Sulu #BDDF8D
RGB
CMYK
RGB Variations
Color information
#BDDF8D (or 0xBDDF8D) is known color: Sulu. HEX triplet: BD, DF and 8D. RGB value is (189,223,141). Sum of RGB (Red+Green+Blue) = 189+223+141=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF8D is #422072. Grayscale: #CBCBCB. Windows color (decimal): -4333683 or 9297853. OLE color: 9297853.
HSL color Cylindrical-coordinate representation of color #BDDF8D: hue angle of 84.88º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDDF8D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 141 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.13 |
| HSL | 84.88º | 0.56% | 0.71% | - |
| HSV(B) | 84.88º | 0.37% | 0.87% | - |
| XYZ | 52.18 | 65.52 | 35.1 | - |
| YUV | 203.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 141 | 0.15 | 0 | 0.37 | 0.13 | 84.88 | 0.56 | 0.71 |
| Hex | BD | DF | 8D | F | 0 | 25 | D | 55 | 38 | 47 |
| Octal | 275 | 337 | 215 | 17 | 0 | 45 | 15 | 125 | 70 | 107 |
| Binary | 10111101 | 11011111 | 10001101 | 1111 | 0 | 100101 | 1101 | 1010101 | 111000 | 1000111 |
Color Harmonies of #BDDF8D
Complementary color
Monochromatic Colors of #BDDF8D
Black with #BDDF8D
Text Example
Text Example
White with #BDDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF8D; }
p { color: rgb(189,223,141); }
H1.HeaderClassName
{
color: #BDDF8D;
}
.AnyTagClassName
{
color: #BDDF8D;
}
</style>
background-color css
<style>
a { background-color: #BDDF8D; }
a { background-color: rgb(189,223,141); }
div.DivClassName
{
background-color: #BDDF8D;
}
.BgClassName
{
background-color: #BDDF8D;
}
</style>
border-color css
<style>
span { border-color: #BDDF8D; }
span { border-color: rgb(189,223,141); }
td.TdClassName
{
border-color: #BDDF8D;
}
.TagClassName
{
border-color: #BDDF8D;
}
</style>