Shades of Sulu #BEDE6D
Tints of Sulu #BEDE6D
RGB
CMYK
RGB Variations
Color information
#BEDE6D (or 0xBEDE6D) is known color: Sulu. HEX triplet: BE, DE and 6D. RGB value is (190,222,109). Sum of RGB (Red+Green+Blue) = 190+222+109=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE6D is #412192. Grayscale: #C7C7C7. Windows color (decimal): -4268435 or 7200446. OLE color: 7200446.
HSL color Cylindrical-coordinate representation of color #BEDE6D: hue angle of 76.99º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEDE6D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 109 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.13 |
| HSL | 76.99º | 0.63% | 0.65% | - |
| HSV(B) | 76.99º | 0.51% | 0.87% | - |
| XYZ | 50.12 | 64.29 | 24.24 | - |
| YUV | 199.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 109 | 0.14 | 0 | 0.51 | 0.13 | 76.99 | 0.63 | 0.65 |
| Hex | BE | DE | 6D | E | 0 | 33 | D | 4D | 3F | 41 |
| Octal | 276 | 336 | 155 | 16 | 0 | 63 | 15 | 115 | 77 | 101 |
| Binary | 10111110 | 11011110 | 1101101 | 1110 | 0 | 110011 | 1101 | 1001101 | 111111 | 1000001 |
Color Harmonies of #BEDE6D
Complementary color
Monochromatic Colors of #BEDE6D
Black with #BEDE6D
Text Example
Text Example
White with #BEDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE6D; }
p { color: rgb(190,222,109); }
H1.HeaderClassName
{
color: #BEDE6D;
}
.AnyTagClassName
{
color: #BEDE6D;
}
</style>
background-color css
<style>
a { background-color: #BEDE6D; }
a { background-color: rgb(190,222,109); }
div.DivClassName
{
background-color: #BEDE6D;
}
.BgClassName
{
background-color: #BEDE6D;
}
</style>
border-color css
<style>
span { border-color: #BEDE6D; }
span { border-color: rgb(190,222,109); }
td.TdClassName
{
border-color: #BEDE6D;
}
.TagClassName
{
border-color: #BEDE6D;
}
</style>