Shades of Sulu #BEDF86
Tints of Sulu #BEDF86
RGB
CMYK
RGB Variations
Color information
#BEDF86 (or 0xBEDF86) is known color: Sulu. HEX triplet: BE, DF and 86. RGB value is (190,223,134). Sum of RGB (Red+Green+Blue) = 190+223+134=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF86 is #412079. Grayscale: #CBCBCB. Windows color (decimal): -4268154 or 8839102. OLE color: 8839102.
HSL color Cylindrical-coordinate representation of color #BEDF86: hue angle of 82.25º 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 #BEDF86 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 134 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.13 |
| HSL | 82.25º | 0.58% | 0.7% | - |
| HSV(B) | 82.25º | 0.4% | 0.87% | - |
| XYZ | 51.93 | 65.44 | 32.45 | - |
| YUV | 202.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 134 | 0.15 | 0 | 0.40 | 0.13 | 82.25 | 0.58 | 0.7 |
| Hex | BE | DF | 86 | F | 0 | 28 | D | 52 | 3A | 46 |
| Octal | 276 | 337 | 206 | 17 | 0 | 50 | 15 | 122 | 72 | 106 |
| Binary | 10111110 | 11011111 | 10000110 | 1111 | 0 | 101000 | 1101 | 1010010 | 111010 | 1000110 |
Color Harmonies of #BEDF86
Complementary color
Monochromatic Colors of #BEDF86
Black with #BEDF86
Text Example
Text Example
White with #BEDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF86; }
p { color: rgb(190,223,134); }
H1.HeaderClassName
{
color: #BEDF86;
}
.AnyTagClassName
{
color: #BEDF86;
}
</style>
background-color css
<style>
a { background-color: #BEDF86; }
a { background-color: rgb(190,223,134); }
div.DivClassName
{
background-color: #BEDF86;
}
.BgClassName
{
background-color: #BEDF86;
}
</style>
border-color css
<style>
span { border-color: #BEDF86; }
span { border-color: rgb(190,223,134); }
td.TdClassName
{
border-color: #BEDF86;
}
.TagClassName
{
border-color: #BEDF86;
}
</style>