Shades of Edgewater #BED5C2
Tints of Edgewater #BED5C2
RGB
CMYK
RGB Variations
Color information
#BED5C2 (or 0xBED5C2) is known color: Edgewater. HEX triplet: BE, D5 and C2. RGB value is (190,213,194). Sum of RGB (Red+Green+Blue) = 190+213+194=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5C2 is #412A3D. Grayscale: #CCCCCC. Windows color (decimal): -4270654 or 12768702. OLE color: 12768702.
HSL color Cylindrical-coordinate representation of color #BED5C2: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED5C2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 194 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.16 |
| HSL | 130.43º | 0.21% | 0.79% | - |
| HSV(B) | 130.43º | 0.11% | 0.84% | - |
| XYZ | 54.77 | 62.43 | 60.2 | - |
| YUV | 203.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 194 | 0.11 | 0 | 0.09 | 0.16 | 130.43 | 0.21 | 0.79 |
| Hex | BE | D5 | C2 | B | 0 | 9 | 10 | 82 | 15 | 4F |
| Octal | 276 | 325 | 302 | 13 | 0 | 11 | 20 | 202 | 25 | 117 |
| Binary | 10111110 | 11010101 | 11000010 | 1011 | 0 | 1001 | 10000 | 10000010 | 10101 | 1001111 |
Color Harmonies of #BED5C2
Complementary color
Monochromatic Colors of #BED5C2
Black with #BED5C2
Text Example
Text Example
White with #BED5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5C2; }
p { color: rgb(190,213,194); }
H1.HeaderClassName
{
color: #BED5C2;
}
.AnyTagClassName
{
color: #BED5C2;
}
</style>
background-color css
<style>
a { background-color: #BED5C2; }
a { background-color: rgb(190,213,194); }
div.DivClassName
{
background-color: #BED5C2;
}
.BgClassName
{
background-color: #BED5C2;
}
</style>
border-color css
<style>
span { border-color: #BED5C2; }
span { border-color: rgb(190,213,194); }
td.TdClassName
{
border-color: #BED5C2;
}
.TagClassName
{
border-color: #BED5C2;
}
</style>