Shades of Sulu #BEDB86
Tints of Sulu #BEDB86
RGB
CMYK
RGB Variations
Color information
#BEDB86 (or 0xBEDB86) is known color: Sulu. HEX triplet: BE, DB and 86. RGB value is (190,219,134). Sum of RGB (Red+Green+Blue) = 190+219+134=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB86 is #412479. Grayscale: #C8C8C8. Windows color (decimal): -4269178 or 8838078. OLE color: 8838078.
HSL color Cylindrical-coordinate representation of color #BEDB86: hue angle of 80.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEDB86 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 134 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.14 |
| HSL | 80.47º | 0.54% | 0.69% | - |
| HSV(B) | 80.47º | 0.39% | 0.86% | - |
| XYZ | 50.87 | 63.33 | 32.1 | - |
| YUV | 200.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 134 | 0.13 | 0 | 0.39 | 0.14 | 80.47 | 0.54 | 0.69 |
| Hex | BE | DB | 86 | D | 0 | 27 | E | 50 | 36 | 45 |
| Octal | 276 | 333 | 206 | 15 | 0 | 47 | 16 | 120 | 66 | 105 |
| Binary | 10111110 | 11011011 | 10000110 | 1101 | 0 | 100111 | 1110 | 1010000 | 110110 | 1000101 |
Color Harmonies of #BEDB86
Complementary color
Monochromatic Colors of #BEDB86
Black with #BEDB86
Text Example
Text Example
White with #BEDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB86; }
p { color: rgb(190,219,134); }
H1.HeaderClassName
{
color: #BEDB86;
}
.AnyTagClassName
{
color: #BEDB86;
}
</style>
background-color css
<style>
a { background-color: #BEDB86; }
a { background-color: rgb(190,219,134); }
div.DivClassName
{
background-color: #BEDB86;
}
.BgClassName
{
background-color: #BEDB86;
}
</style>
border-color css
<style>
span { border-color: #BEDB86; }
span { border-color: rgb(190,219,134); }
td.TdClassName
{
border-color: #BEDB86;
}
.TagClassName
{
border-color: #BEDB86;
}
</style>