Shades of Sulu #BEDB85
Tints of Sulu #BEDB85
RGB
CMYK
RGB Variations
Color information
#BEDB85 (or 0xBEDB85) is known color: Sulu. HEX triplet: BE, DB and 85. RGB value is (190,219,133). Sum of RGB (Red+Green+Blue) = 190+219+133=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB85 is #41247A. Grayscale: #C8C8C8. Windows color (decimal): -4269179 or 8772542. OLE color: 8772542.
HSL color Cylindrical-coordinate representation of color #BEDB85: hue angle of 80.23º 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 #BEDB85 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 133 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.14 |
| HSL | 80.23º | 0.54% | 0.69% | - |
| HSV(B) | 80.23º | 0.39% | 0.86% | - |
| XYZ | 50.8 | 63.3 | 31.73 | - |
| YUV | 200.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 133 | 0.13 | 0 | 0.39 | 0.14 | 80.23 | 0.54 | 0.69 |
| Hex | BE | DB | 85 | D | 0 | 27 | E | 50 | 36 | 45 |
| Octal | 276 | 333 | 205 | 15 | 0 | 47 | 16 | 120 | 66 | 105 |
| Binary | 10111110 | 11011011 | 10000101 | 1101 | 0 | 100111 | 1110 | 1010000 | 110110 | 1000101 |
Color Harmonies of #BEDB85
Complementary color
Monochromatic Colors of #BEDB85
Black with #BEDB85
Text Example
Text Example
White with #BEDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB85; }
p { color: rgb(190,219,133); }
H1.HeaderClassName
{
color: #BEDB85;
}
.AnyTagClassName
{
color: #BEDB85;
}
</style>
background-color css
<style>
a { background-color: #BEDB85; }
a { background-color: rgb(190,219,133); }
div.DivClassName
{
background-color: #BEDB85;
}
.BgClassName
{
background-color: #BEDB85;
}
</style>
border-color css
<style>
span { border-color: #BEDB85; }
span { border-color: rgb(190,219,133); }
td.TdClassName
{
border-color: #BEDB85;
}
.TagClassName
{
border-color: #BEDB85;
}
</style>