Shades of Sulu #BEDC8C
Tints of Sulu #BEDC8C
RGB
CMYK
RGB Variations
Color information
#BEDC8C (or 0xBEDC8C) is known color: Sulu. HEX triplet: BE, DC and 8C. RGB value is (190,220,140). Sum of RGB (Red+Green+Blue) = 190+220+140=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC8C is #412373. Grayscale: #CACACA. Windows color (decimal): -4268916 or 9231550. OLE color: 9231550.
HSL color Cylindrical-coordinate representation of color #BEDC8C: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEDC8C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 140 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.14 |
| HSL | 82.5º | 0.53% | 0.71% | - |
| HSV(B) | 82.5º | 0.36% | 0.86% | - |
| XYZ | 51.56 | 64.03 | 34.45 | - |
| YUV | 201.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 140 | 0.14 | 0 | 0.36 | 0.14 | 82.5 | 0.53 | 0.71 |
| Hex | BE | DC | 8C | E | 0 | 24 | E | 52 | 35 | 47 |
| Octal | 276 | 334 | 214 | 16 | 0 | 44 | 16 | 122 | 65 | 107 |
| Binary | 10111110 | 11011100 | 10001100 | 1110 | 0 | 100100 | 1110 | 1010010 | 110101 | 1000111 |
Color Harmonies of #BEDC8C
Complementary color
Monochromatic Colors of #BEDC8C
Black with #BEDC8C
Text Example
Text Example
White with #BEDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC8C; }
p { color: rgb(190,220,140); }
H1.HeaderClassName
{
color: #BEDC8C;
}
.AnyTagClassName
{
color: #BEDC8C;
}
</style>
background-color css
<style>
a { background-color: #BEDC8C; }
a { background-color: rgb(190,220,140); }
div.DivClassName
{
background-color: #BEDC8C;
}
.BgClassName
{
background-color: #BEDC8C;
}
</style>
border-color css
<style>
span { border-color: #BEDC8C; }
span { border-color: rgb(190,220,140); }
td.TdClassName
{
border-color: #BEDC8C;
}
.TagClassName
{
border-color: #BEDC8C;
}
</style>