Shades of Edgewater #BEE0C6
Tints of Edgewater #BEE0C6
RGB
CMYK
RGB Variations
Color information
#BEE0C6 (or 0xBEE0C6) is known color: Edgewater. HEX triplet: BE, E0 and C6. RGB value is (190,224,198). Sum of RGB (Red+Green+Blue) = 190+224+198=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0C6 is #411F39. Grayscale: #D2D2D2. Windows color (decimal): -4267834 or 13033662. OLE color: 13033662.
HSL color Cylindrical-coordinate representation of color #BEE0C6: hue angle of 134.12º 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 #BEE0C6 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 198 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.12 |
| HSL | 134.12º | 0.35% | 0.81% | - |
| HSV(B) | 134.12º | 0.15% | 0.88% | - |
| XYZ | 58.08 | 68.34 | 63.55 | - |
| YUV | 210.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 198 | 0.15 | 0 | 0.12 | 0.12 | 134.12 | 0.35 | 0.81 |
| Hex | BE | E0 | C6 | F | 0 | C | C | 86 | 23 | 51 |
| Octal | 276 | 340 | 306 | 17 | 0 | 14 | 14 | 206 | 43 | 121 |
| Binary | 10111110 | 11100000 | 11000110 | 1111 | 0 | 1100 | 1100 | 10000110 | 100011 | 1010001 |
Color Harmonies of #BEE0C6
Complementary color
Monochromatic Colors of #BEE0C6
Black with #BEE0C6
Text Example
Text Example
White with #BEE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0C6; }
p { color: rgb(190,224,198); }
H1.HeaderClassName
{
color: #BEE0C6;
}
.AnyTagClassName
{
color: #BEE0C6;
}
</style>
background-color css
<style>
a { background-color: #BEE0C6; }
a { background-color: rgb(190,224,198); }
div.DivClassName
{
background-color: #BEE0C6;
}
.BgClassName
{
background-color: #BEE0C6;
}
</style>
border-color css
<style>
span { border-color: #BEE0C6; }
span { border-color: rgb(190,224,198); }
td.TdClassName
{
border-color: #BEE0C6;
}
.TagClassName
{
border-color: #BEE0C6;
}
</style>