Shades of Sulu #BEE08F
Tints of Sulu #BEE08F
RGB
CMYK
RGB Variations
Color information
#BEE08F (or 0xBEE08F) is known color: Sulu. HEX triplet: BE, E0 and 8F. RGB value is (190,224,143). Sum of RGB (Red+Green+Blue) = 190+224+143=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE08F is #411F70. Grayscale: #CCCCCC. Windows color (decimal): -4267889 or 9429182. OLE color: 9429182.
HSL color Cylindrical-coordinate representation of color #BEE08F: hue angle of 85.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEE08F is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 143 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.12 |
| HSL | 85.19º | 0.57% | 0.72% | - |
| HSV(B) | 85.19º | 0.36% | 0.88% | - |
| XYZ | 52.85 | 66.24 | 35.99 | - |
| YUV | 204.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 143 | 0.15 | 0 | 0.36 | 0.12 | 85.19 | 0.57 | 0.72 |
| Hex | BE | E0 | 8F | F | 0 | 24 | C | 55 | 39 | 48 |
| Octal | 276 | 340 | 217 | 17 | 0 | 44 | 14 | 125 | 71 | 110 |
| Binary | 10111110 | 11100000 | 10001111 | 1111 | 0 | 100100 | 1100 | 1010101 | 111001 | 1001000 |
Color Harmonies of #BEE08F
Complementary color
Monochromatic Colors of #BEE08F
Black with #BEE08F
Text Example
Text Example
White with #BEE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE08F; }
p { color: rgb(190,224,143); }
H1.HeaderClassName
{
color: #BEE08F;
}
.AnyTagClassName
{
color: #BEE08F;
}
</style>
background-color css
<style>
a { background-color: #BEE08F; }
a { background-color: rgb(190,224,143); }
div.DivClassName
{
background-color: #BEE08F;
}
.BgClassName
{
background-color: #BEE08F;
}
</style>
border-color css
<style>
span { border-color: #BEE08F; }
span { border-color: rgb(190,224,143); }
td.TdClassName
{
border-color: #BEE08F;
}
.TagClassName
{
border-color: #BEE08F;
}
</style>