Shades of Sulu #BEDC8B
Tints of Sulu #BEDC8B
RGB
CMYK
RGB Variations
Color information
#BEDC8B (or 0xBEDC8B) is known color: Sulu. HEX triplet: BE, DC and 8B. RGB value is (190,220,139). Sum of RGB (Red+Green+Blue) = 190+220+139=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC8B is #412374. Grayscale: #CACACA. Windows color (decimal): -4268917 or 9166014. OLE color: 9166014.
HSL color Cylindrical-coordinate representation of color #BEDC8B: hue angle of 82.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEDC8B is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 139 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.14 |
| HSL | 82.22º | 0.54% | 0.7% | - |
| HSV(B) | 82.22º | 0.37% | 0.86% | - |
| XYZ | 51.49 | 64 | 34.07 | - |
| YUV | 201.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 139 | 0.14 | 0 | 0.37 | 0.14 | 82.22 | 0.54 | 0.7 |
| Hex | BE | DC | 8B | E | 0 | 25 | E | 52 | 36 | 46 |
| Octal | 276 | 334 | 213 | 16 | 0 | 45 | 16 | 122 | 66 | 106 |
| Binary | 10111110 | 11011100 | 10001011 | 1110 | 0 | 100101 | 1110 | 1010010 | 110110 | 1000110 |
Color Harmonies of #BEDC8B
Complementary color
Monochromatic Colors of #BEDC8B
Black with #BEDC8B
Text Example
Text Example
White with #BEDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC8B; }
p { color: rgb(190,220,139); }
H1.HeaderClassName
{
color: #BEDC8B;
}
.AnyTagClassName
{
color: #BEDC8B;
}
</style>
background-color css
<style>
a { background-color: #BEDC8B; }
a { background-color: rgb(190,220,139); }
div.DivClassName
{
background-color: #BEDC8B;
}
.BgClassName
{
background-color: #BEDC8B;
}
</style>
border-color css
<style>
span { border-color: #BEDC8B; }
span { border-color: rgb(190,220,139); }
td.TdClassName
{
border-color: #BEDC8B;
}
.TagClassName
{
border-color: #BEDC8B;
}
</style>