Shades of Sulu #BDDF8C
Tints of Sulu #BDDF8C
RGB
CMYK
RGB Variations
Color information
#BDDF8C (or 0xBDDF8C) is known color: Sulu. HEX triplet: BD, DF and 8C. RGB value is (189,223,140). Sum of RGB (Red+Green+Blue) = 189+223+140=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF8C is #422073. Grayscale: #CBCBCB. Windows color (decimal): -4333684 or 9232317. OLE color: 9232317.
HSL color Cylindrical-coordinate representation of color #BDDF8C: hue angle of 84.58º 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 #BDDF8C is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 140 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.13 |
| HSL | 84.58º | 0.56% | 0.71% | - |
| HSV(B) | 84.58º | 0.37% | 0.87% | - |
| XYZ | 52.11 | 65.49 | 34.7 | - |
| YUV | 203.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 140 | 0.15 | 0 | 0.37 | 0.13 | 84.58 | 0.56 | 0.71 |
| Hex | BD | DF | 8C | F | 0 | 25 | D | 55 | 38 | 47 |
| Octal | 275 | 337 | 214 | 17 | 0 | 45 | 15 | 125 | 70 | 107 |
| Binary | 10111101 | 11011111 | 10001100 | 1111 | 0 | 100101 | 1101 | 1010101 | 111000 | 1000111 |
Color Harmonies of #BDDF8C
Complementary color
Monochromatic Colors of #BDDF8C
Black with #BDDF8C
Text Example
Text Example
White with #BDDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF8C; }
p { color: rgb(189,223,140); }
H1.HeaderClassName
{
color: #BDDF8C;
}
.AnyTagClassName
{
color: #BDDF8C;
}
</style>
background-color css
<style>
a { background-color: #BDDF8C; }
a { background-color: rgb(189,223,140); }
div.DivClassName
{
background-color: #BDDF8C;
}
.BgClassName
{
background-color: #BDDF8C;
}
</style>
border-color css
<style>
span { border-color: #BDDF8C; }
span { border-color: rgb(189,223,140); }
td.TdClassName
{
border-color: #BDDF8C;
}
.TagClassName
{
border-color: #BDDF8C;
}
</style>