Shades of Edgewater #BDE3C4
Tints of Edgewater #BDE3C4
RGB
CMYK
RGB Variations
Color information
#BDE3C4 (or 0xBDE3C4) is known color: Edgewater. HEX triplet: BD, E3 and C4. RGB value is (189,227,196). Sum of RGB (Red+Green+Blue) = 189+227+196=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3C4 is #421C3B. Grayscale: #D4D4D4. Windows color (decimal): -4332604 or 12903357. OLE color: 12903357.
HSL color Cylindrical-coordinate representation of color #BDE3C4: hue angle of 131.05º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3C4 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 196 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.11 |
| HSL | 131.05º | 0.4% | 0.82% | - |
| HSV(B) | 131.05º | 0.17% | 0.89% | - |
| XYZ | 58.42 | 69.74 | 62.61 | - |
| YUV | 212.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 196 | 0.17 | 0 | 0.14 | 0.11 | 131.05 | 0.4 | 0.82 |
| Hex | BD | E3 | C4 | 11 | 0 | E | B | 83 | 28 | 52 |
| Octal | 275 | 343 | 304 | 21 | 0 | 16 | 13 | 203 | 50 | 122 |
| Binary | 10111101 | 11100011 | 11000100 | 10001 | 0 | 1110 | 1011 | 10000011 | 101000 | 1010010 |
Color Harmonies of #BDE3C4
Complementary color
Monochromatic Colors of #BDE3C4
Black with #BDE3C4
Text Example
Text Example
White with #BDE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3C4; }
p { color: rgb(189,227,196); }
H1.HeaderClassName
{
color: #BDE3C4;
}
.AnyTagClassName
{
color: #BDE3C4;
}
</style>
background-color css
<style>
a { background-color: #BDE3C4; }
a { background-color: rgb(189,227,196); }
div.DivClassName
{
background-color: #BDE3C4;
}
.BgClassName
{
background-color: #BDE3C4;
}
</style>
border-color css
<style>
span { border-color: #BDE3C4; }
span { border-color: rgb(189,227,196); }
td.TdClassName
{
border-color: #BDE3C4;
}
.TagClassName
{
border-color: #BDE3C4;
}
</style>