Shades of Edgewater #BEE3C5
Tints of Edgewater #BEE3C5
RGB
CMYK
RGB Variations
Color information
#BEE3C5 (or 0xBEE3C5) is known color: Edgewater. HEX triplet: BE, E3 and C5. RGB value is (190,227,197). Sum of RGB (Red+Green+Blue) = 190+227+197=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3C5 is #411C3A. Grayscale: #D4D4D4. Windows color (decimal): -4267067 or 12968894. OLE color: 12968894.
HSL color Cylindrical-coordinate representation of color #BEE3C5: hue angle of 131.35º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3C5 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 197 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.11 |
| HSL | 131.35º | 0.4% | 0.82% | - |
| HSV(B) | 131.35º | 0.16% | 0.89% | - |
| XYZ | 58.78 | 69.92 | 63.22 | - |
| YUV | 212.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 197 | 0.16 | 0 | 0.13 | 0.11 | 131.35 | 0.4 | 0.82 |
| Hex | BE | E3 | C5 | 10 | 0 | D | B | 83 | 28 | 52 |
| Octal | 276 | 343 | 305 | 20 | 0 | 15 | 13 | 203 | 50 | 122 |
| Binary | 10111110 | 11100011 | 11000101 | 10000 | 0 | 1101 | 1011 | 10000011 | 101000 | 1010010 |
Color Harmonies of #BEE3C5
Complementary color
Monochromatic Colors of #BEE3C5
Black with #BEE3C5
Text Example
Text Example
White with #BEE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3C5; }
p { color: rgb(190,227,197); }
H1.HeaderClassName
{
color: #BEE3C5;
}
.AnyTagClassName
{
color: #BEE3C5;
}
</style>
background-color css
<style>
a { background-color: #BEE3C5; }
a { background-color: rgb(190,227,197); }
div.DivClassName
{
background-color: #BEE3C5;
}
.BgClassName
{
background-color: #BEE3C5;
}
</style>
border-color css
<style>
span { border-color: #BEE3C5; }
span { border-color: rgb(190,227,197); }
td.TdClassName
{
border-color: #BEE3C5;
}
.TagClassName
{
border-color: #BEE3C5;
}
</style>