Shades of Sulu #BEDA7E
Tints of Sulu #BEDA7E
RGB
CMYK
RGB Variations
Color information
#BEDA7E (or 0xBEDA7E) is known color: Sulu. HEX triplet: BE, DA and 7E. RGB value is (190,218,126). Sum of RGB (Red+Green+Blue) = 190+218+126=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA7E is #412581. Grayscale: #C7C7C7. Windows color (decimal): -4269442 or 8313534. OLE color: 8313534.
HSL color Cylindrical-coordinate representation of color #BEDA7E: hue angle of 78.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEDA7E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 126 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.15 |
| HSL | 78.26º | 0.55% | 0.67% | - |
| HSV(B) | 78.26º | 0.42% | 0.85% | - |
| XYZ | 50.07 | 62.6 | 29.18 | - |
| YUV | 199.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 126 | 0.13 | 0 | 0.42 | 0.15 | 78.26 | 0.55 | 0.67 |
| Hex | BE | DA | 7E | D | 0 | 2A | F | 4E | 37 | 43 |
| Octal | 276 | 332 | 176 | 15 | 0 | 52 | 17 | 116 | 67 | 103 |
| Binary | 10111110 | 11011010 | 1111110 | 1101 | 0 | 101010 | 1111 | 1001110 | 110111 | 1000011 |
Color Harmonies of #BEDA7E
Complementary color
Monochromatic Colors of #BEDA7E
Black with #BEDA7E
Text Example
Text Example
White with #BEDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA7E; }
p { color: rgb(190,218,126); }
H1.HeaderClassName
{
color: #BEDA7E;
}
.AnyTagClassName
{
color: #BEDA7E;
}
</style>
background-color css
<style>
a { background-color: #BEDA7E; }
a { background-color: rgb(190,218,126); }
div.DivClassName
{
background-color: #BEDA7E;
}
.BgClassName
{
background-color: #BEDA7E;
}
</style>
border-color css
<style>
span { border-color: #BEDA7E; }
span { border-color: rgb(190,218,126); }
td.TdClassName
{
border-color: #BEDA7E;
}
.TagClassName
{
border-color: #BEDA7E;
}
</style>