Shades of Sea Mist #BEE0C0
Tints of Sea Mist #BEE0C0
RGB
CMYK
RGB Variations
Color information
#BEE0C0 (or 0xBEE0C0) is known color: Sea Mist. HEX triplet: BE, E0 and C0. RGB value is (190,224,192). Sum of RGB (Red+Green+Blue) = 190+224+192=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0C0 is #411F3F. Grayscale: #D2D2D2. Windows color (decimal): -4267840 or 12640446. OLE color: 12640446.
HSL color Cylindrical-coordinate representation of color #BEE0C0: hue angle of 123.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0C0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 192 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.12 |
| HSL | 123.53º | 0.35% | 0.81% | - |
| HSV(B) | 123.53º | 0.15% | 0.88% | - |
| XYZ | 57.41 | 68.06 | 59.98 | - |
| YUV | 210.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 192 | 0.15 | 0 | 0.14 | 0.12 | 123.53 | 0.35 | 0.81 |
| Hex | BE | E0 | C0 | F | 0 | E | C | 7C | 23 | 51 |
| Octal | 276 | 340 | 300 | 17 | 0 | 16 | 14 | 174 | 43 | 121 |
| Binary | 10111110 | 11100000 | 11000000 | 1111 | 0 | 1110 | 1100 | 1111100 | 100011 | 1010001 |
Color Harmonies of #BEE0C0
Complementary color
Monochromatic Colors of #BEE0C0
Black with #BEE0C0
Text Example
Text Example
White with #BEE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0C0; }
p { color: rgb(190,224,192); }
H1.HeaderClassName
{
color: #BEE0C0;
}
.AnyTagClassName
{
color: #BEE0C0;
}
</style>
background-color css
<style>
a { background-color: #BEE0C0; }
a { background-color: rgb(190,224,192); }
div.DivClassName
{
background-color: #BEE0C0;
}
.BgClassName
{
background-color: #BEE0C0;
}
</style>
border-color css
<style>
span { border-color: #BEE0C0; }
span { border-color: rgb(190,224,192); }
td.TdClassName
{
border-color: #BEE0C0;
}
.TagClassName
{
border-color: #BEE0C0;
}
</style>