Shades of Sulu #BEDE6F
Tints of Sulu #BEDE6F
RGB
CMYK
RGB Variations
Color information
#BEDE6F (or 0xBEDE6F) is known color: Sulu. HEX triplet: BE, DE and 6F. RGB value is (190,222,111). Sum of RGB (Red+Green+Blue) = 190+222+111=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE6F is #412190. Grayscale: #C8C8C8. Windows color (decimal): -4268433 or 7331518. OLE color: 7331518.
HSL color Cylindrical-coordinate representation of color #BEDE6F: hue angle of 77.3º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDE6F is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 111 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.13 |
| HSL | 77.3º | 0.63% | 0.65% | - |
| HSV(B) | 77.3º | 0.5% | 0.87% | - |
| XYZ | 50.23 | 64.34 | 24.81 | - |
| YUV | 199.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 111 | 0.14 | 0 | 0.5 | 0.13 | 77.3 | 0.63 | 0.65 |
| Hex | BE | DE | 6F | E | 0 | 32 | D | 4D | 3F | 41 |
| Octal | 276 | 336 | 157 | 16 | 0 | 62 | 15 | 115 | 77 | 101 |
| Binary | 10111110 | 11011110 | 1101111 | 1110 | 0 | 110010 | 1101 | 1001101 | 111111 | 1000001 |
Color Harmonies of #BEDE6F
Complementary color
Monochromatic Colors of #BEDE6F
Black with #BEDE6F
Text Example
Text Example
White with #BEDE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDE6F; }
p { color: rgb(190,222,111); }
H1.HeaderClassName
{
color: #BEDE6F;
}
.AnyTagClassName
{
color: #BEDE6F;
}
</style>
background-color css
<style>
a { background-color: #BEDE6F; }
a { background-color: rgb(190,222,111); }
div.DivClassName
{
background-color: #BEDE6F;
}
.BgClassName
{
background-color: #BEDE6F;
}
</style>
border-color css
<style>
span { border-color: #BEDE6F; }
span { border-color: rgb(190,222,111); }
td.TdClassName
{
border-color: #BEDE6F;
}
.TagClassName
{
border-color: #BEDE6F;
}
</style>