Shades of Sulu #BEDC8D
Tints of Sulu #BEDC8D
RGB
CMYK
RGB Variations
Color information
#BEDC8D (or 0xBEDC8D) is known color: Sulu. HEX triplet: BE, DC and 8D. RGB value is (190,220,141). Sum of RGB (Red+Green+Blue) = 190+220+141=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC8D is #412372. Grayscale: #CACACA. Windows color (decimal): -4268915 or 9297086. OLE color: 9297086.
HSL color Cylindrical-coordinate representation of color #BEDC8D: hue angle of 82.78º 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 #BEDC8D is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 141 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.14 |
| HSL | 82.78º | 0.53% | 0.71% | - |
| HSV(B) | 82.78º | 0.36% | 0.86% | - |
| XYZ | 51.64 | 64.06 | 34.84 | - |
| YUV | 202.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 141 | 0.14 | 0 | 0.36 | 0.14 | 82.78 | 0.53 | 0.71 |
| Hex | BE | DC | 8D | E | 0 | 24 | E | 53 | 35 | 47 |
| Octal | 276 | 334 | 215 | 16 | 0 | 44 | 16 | 123 | 65 | 107 |
| Binary | 10111110 | 11011100 | 10001101 | 1110 | 0 | 100100 | 1110 | 1010011 | 110101 | 1000111 |
Color Harmonies of #BEDC8D
Complementary color
Monochromatic Colors of #BEDC8D
Black with #BEDC8D
Text Example
Text Example
White with #BEDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC8D; }
p { color: rgb(190,220,141); }
H1.HeaderClassName
{
color: #BEDC8D;
}
.AnyTagClassName
{
color: #BEDC8D;
}
</style>
background-color css
<style>
a { background-color: #BEDC8D; }
a { background-color: rgb(190,220,141); }
div.DivClassName
{
background-color: #BEDC8D;
}
.BgClassName
{
background-color: #BEDC8D;
}
</style>
border-color css
<style>
span { border-color: #BEDC8D; }
span { border-color: rgb(190,220,141); }
td.TdClassName
{
border-color: #BEDC8D;
}
.TagClassName
{
border-color: #BEDC8D;
}
</style>