Shades of Sulu #BEDB84
Tints of Sulu #BEDB84
RGB
CMYK
RGB Variations
Color information
#BEDB84 (or 0xBEDB84) is known color: Sulu. HEX triplet: BE, DB and 84. RGB value is (190,219,132). Sum of RGB (Red+Green+Blue) = 190+219+132=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB84 is #41247B. Grayscale: #C8C8C8. Windows color (decimal): -4269180 or 8707006. OLE color: 8707006.
HSL color Cylindrical-coordinate representation of color #BEDB84: hue angle of 80º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEDB84 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 132 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.14 |
| HSL | 80º | 0.55% | 0.69% | - |
| HSV(B) | 80º | 0.4% | 0.86% | - |
| XYZ | 50.73 | 63.28 | 31.37 | - |
| YUV | 200.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 132 | 0.13 | 0 | 0.40 | 0.14 | 80 | 0.55 | 0.69 |
| Hex | BE | DB | 84 | D | 0 | 28 | E | 50 | 37 | 45 |
| Octal | 276 | 333 | 204 | 15 | 0 | 50 | 16 | 120 | 67 | 105 |
| Binary | 10111110 | 11011011 | 10000100 | 1101 | 0 | 101000 | 1110 | 1010000 | 110111 | 1000101 |
Color Harmonies of #BEDB84
Complementary color
Monochromatic Colors of #BEDB84
Black with #BEDB84
Text Example
Text Example
White with #BEDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB84; }
p { color: rgb(190,219,132); }
H1.HeaderClassName
{
color: #BEDB84;
}
.AnyTagClassName
{
color: #BEDB84;
}
</style>
background-color css
<style>
a { background-color: #BEDB84; }
a { background-color: rgb(190,219,132); }
div.DivClassName
{
background-color: #BEDB84;
}
.BgClassName
{
background-color: #BEDB84;
}
</style>
border-color css
<style>
span { border-color: #BEDB84; }
span { border-color: rgb(190,219,132); }
td.TdClassName
{
border-color: #BEDB84;
}
.TagClassName
{
border-color: #BEDB84;
}
</style>