Shades of Sulu #BEDB87
Tints of Sulu #BEDB87
RGB
CMYK
RGB Variations
Color information
#BEDB87 (or 0xBEDB87) is known color: Sulu. HEX triplet: BE, DB and 87. RGB value is (190,219,135). Sum of RGB (Red+Green+Blue) = 190+219+135=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB87 is #412478. Grayscale: #C9C9C9. Windows color (decimal): -4269177 or 8903614. OLE color: 8903614.
HSL color Cylindrical-coordinate representation of color #BEDB87: hue angle of 80.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEDB87 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 135 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.14 |
| HSL | 80.71º | 0.54% | 0.69% | - |
| HSV(B) | 80.71º | 0.38% | 0.86% | - |
| XYZ | 50.94 | 63.36 | 32.47 | - |
| YUV | 200.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 135 | 0.13 | 0 | 0.38 | 0.14 | 80.71 | 0.54 | 0.69 |
| Hex | BE | DB | 87 | D | 0 | 26 | E | 51 | 36 | 45 |
| Octal | 276 | 333 | 207 | 15 | 0 | 46 | 16 | 121 | 66 | 105 |
| Binary | 10111110 | 11011011 | 10000111 | 1101 | 0 | 100110 | 1110 | 1010001 | 110110 | 1000101 |
Color Harmonies of #BEDB87
Complementary color
Monochromatic Colors of #BEDB87
Black with #BEDB87
Text Example
Text Example
White with #BEDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB87; }
p { color: rgb(190,219,135); }
H1.HeaderClassName
{
color: #BEDB87;
}
.AnyTagClassName
{
color: #BEDB87;
}
</style>
background-color css
<style>
a { background-color: #BEDB87; }
a { background-color: rgb(190,219,135); }
div.DivClassName
{
background-color: #BEDB87;
}
.BgClassName
{
background-color: #BEDB87;
}
</style>
border-color css
<style>
span { border-color: #BEDB87; }
span { border-color: rgb(190,219,135); }
td.TdClassName
{
border-color: #BEDB87;
}
.TagClassName
{
border-color: #BEDB87;
}
</style>