Shades of Sulu #BEE192
Tints of Sulu #BEE192
RGB
CMYK
RGB Variations
Color information
#BEE192 (or 0xBEE192) is known color: Sulu. HEX triplet: BE, E1 and 92. RGB value is (190,225,146). Sum of RGB (Red+Green+Blue) = 190+225+146=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE192 is #411E6D. Grayscale: #CDCDCD. Windows color (decimal): -4267630 or 9626046. OLE color: 9626046.
HSL color Cylindrical-coordinate representation of color #BEE192: hue angle of 86.58º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEE192 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 146 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.12 |
| HSL | 86.58º | 0.57% | 0.73% | - |
| HSV(B) | 86.58º | 0.35% | 0.88% | - |
| XYZ | 53.35 | 66.87 | 37.29 | - |
| YUV | 205.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 146 | 0.16 | 0 | 0.35 | 0.12 | 86.58 | 0.57 | 0.73 |
| Hex | BE | E1 | 92 | 10 | 0 | 23 | C | 57 | 39 | 49 |
| Octal | 276 | 341 | 222 | 20 | 0 | 43 | 14 | 127 | 71 | 111 |
| Binary | 10111110 | 11100001 | 10010010 | 10000 | 0 | 100011 | 1100 | 1010111 | 111001 | 1001001 |
Color Harmonies of #BEE192
Complementary color
Monochromatic Colors of #BEE192
Black with #BEE192
Text Example
Text Example
White with #BEE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE192; }
p { color: rgb(190,225,146); }
H1.HeaderClassName
{
color: #BEE192;
}
.AnyTagClassName
{
color: #BEE192;
}
</style>
background-color css
<style>
a { background-color: #BEE192; }
a { background-color: rgb(190,225,146); }
div.DivClassName
{
background-color: #BEE192;
}
.BgClassName
{
background-color: #BEE192;
}
</style>
border-color css
<style>
span { border-color: #BEE192; }
span { border-color: rgb(190,225,146); }
td.TdClassName
{
border-color: #BEE192;
}
.TagClassName
{
border-color: #BEE192;
}
</style>