Shades of Sulu #BEDE8D
Tints of Sulu #BEDE8D
RGB
CMYK
RGB Variations
Color information
#BEDE8D (or 0xBEDE8D) is known color: Sulu. HEX triplet: BE, DE and 8D. RGB value is (190,222,141). Sum of RGB (Red+Green+Blue) = 190+222+141=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE8D is #412172. Grayscale: #CBCBCB. Windows color (decimal): -4268403 or 9297598. OLE color: 9297598.
HSL color Cylindrical-coordinate representation of color #BEDE8D: hue angle of 83.7º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEDE8D is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 141 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.13 |
| HSL | 83.7º | 0.55% | 0.71% | - |
| HSV(B) | 83.7º | 0.36% | 0.87% | - |
| XYZ | 52.16 | 65.11 | 35.02 | - |
| YUV | 203.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 141 | 0.14 | 0 | 0.36 | 0.13 | 83.7 | 0.55 | 0.71 |
| Hex | BE | DE | 8D | E | 0 | 24 | D | 54 | 37 | 47 |
| Octal | 276 | 336 | 215 | 16 | 0 | 44 | 15 | 124 | 67 | 107 |
| Binary | 10111110 | 11011110 | 10001101 | 1110 | 0 | 100100 | 1101 | 1010100 | 110111 | 1000111 |
Color Harmonies of #BEDE8D
Complementary color
Monochromatic Colors of #BEDE8D
Black with #BEDE8D
Text Example
Text Example
White with #BEDE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE8D; }
p { color: rgb(190,222,141); }
H1.HeaderClassName
{
color: #BEDE8D;
}
.AnyTagClassName
{
color: #BEDE8D;
}
</style>
background-color css
<style>
a { background-color: #BEDE8D; }
a { background-color: rgb(190,222,141); }
div.DivClassName
{
background-color: #BEDE8D;
}
.BgClassName
{
background-color: #BEDE8D;
}
</style>
border-color css
<style>
span { border-color: #BEDE8D; }
span { border-color: rgb(190,222,141); }
td.TdClassName
{
border-color: #BEDE8D;
}
.TagClassName
{
border-color: #BEDE8D;
}
</style>