Shades of Sulu #BDDF86
Tints of Sulu #BDDF86
RGB
CMYK
RGB Variations
Color information
#BDDF86 (or 0xBDDF86) is known color: Sulu. HEX triplet: BD, DF and 86. RGB value is (189,223,134). Sum of RGB (Red+Green+Blue) = 189+223+134=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF86 is #422079. Grayscale: #CBCBCB. Windows color (decimal): -4333690 or 8839101. OLE color: 8839101.
HSL color Cylindrical-coordinate representation of color #BDDF86: hue angle of 82.92º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDDF86 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 134 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.13 |
| HSL | 82.92º | 0.58% | 0.7% | - |
| HSV(B) | 82.92º | 0.4% | 0.87% | - |
| XYZ | 51.68 | 65.32 | 32.44 | - |
| YUV | 202.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 134 | 0.15 | 0 | 0.40 | 0.13 | 82.92 | 0.58 | 0.7 |
| Hex | BD | DF | 86 | F | 0 | 28 | D | 53 | 3A | 46 |
| Octal | 275 | 337 | 206 | 17 | 0 | 50 | 15 | 123 | 72 | 106 |
| Binary | 10111101 | 11011111 | 10000110 | 1111 | 0 | 101000 | 1101 | 1010011 | 111010 | 1000110 |
Color Harmonies of #BDDF86
Complementary color
Monochromatic Colors of #BDDF86
Black with #BDDF86
Text Example
Text Example
White with #BDDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF86; }
p { color: rgb(189,223,134); }
H1.HeaderClassName
{
color: #BDDF86;
}
.AnyTagClassName
{
color: #BDDF86;
}
</style>
background-color css
<style>
a { background-color: #BDDF86; }
a { background-color: rgb(189,223,134); }
div.DivClassName
{
background-color: #BDDF86;
}
.BgClassName
{
background-color: #BDDF86;
}
</style>
border-color css
<style>
span { border-color: #BDDF86; }
span { border-color: rgb(189,223,134); }
td.TdClassName
{
border-color: #BDDF86;
}
.TagClassName
{
border-color: #BDDF86;
}
</style>