Shades of Sulu #BEDE8B
Tints of Sulu #BEDE8B
RGB
CMYK
RGB Variations
Color information
#BEDE8B (or 0xBEDE8B) is known color: Sulu. HEX triplet: BE, DE and 8B. RGB value is (190,222,139). Sum of RGB (Red+Green+Blue) = 190+222+139=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE8B is #412174. Grayscale: #CBCBCB. Windows color (decimal): -4268405 or 9166526. OLE color: 9166526.
HSL color Cylindrical-coordinate representation of color #BEDE8B: hue angle of 83.13º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEDE8B is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 139 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.13 |
| HSL | 83.13º | 0.56% | 0.71% | - |
| HSV(B) | 83.13º | 0.37% | 0.87% | - |
| XYZ | 52.02 | 65.05 | 34.24 | - |
| YUV | 202.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 139 | 0.14 | 0 | 0.37 | 0.13 | 83.13 | 0.56 | 0.71 |
| Hex | BE | DE | 8B | E | 0 | 25 | D | 53 | 38 | 47 |
| Octal | 276 | 336 | 213 | 16 | 0 | 45 | 15 | 123 | 70 | 107 |
| Binary | 10111110 | 11011110 | 10001011 | 1110 | 0 | 100101 | 1101 | 1010011 | 111000 | 1000111 |
Color Harmonies of #BEDE8B
Complementary color
Monochromatic Colors of #BEDE8B
Black with #BEDE8B
Text Example
Text Example
White with #BEDE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE8B; }
p { color: rgb(190,222,139); }
H1.HeaderClassName
{
color: #BEDE8B;
}
.AnyTagClassName
{
color: #BEDE8B;
}
</style>
background-color css
<style>
a { background-color: #BEDE8B; }
a { background-color: rgb(190,222,139); }
div.DivClassName
{
background-color: #BEDE8B;
}
.BgClassName
{
background-color: #BEDE8B;
}
</style>
border-color css
<style>
span { border-color: #BEDE8B; }
span { border-color: rgb(190,222,139); }
td.TdClassName
{
border-color: #BEDE8B;
}
.TagClassName
{
border-color: #BEDE8B;
}
</style>