Shades of Edgewater #BDDEC3
Tints of Edgewater #BDDEC3
RGB
CMYK
RGB Variations
Color information
#BDDEC3 (or 0xBDDEC3) is known color: Edgewater. HEX triplet: BD, DE and C3. RGB value is (189,222,195). Sum of RGB (Red+Green+Blue) = 189+222+195=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC3 is #42213C. Grayscale: #D1D1D1. Windows color (decimal): -4333885 or 12836541. OLE color: 12836541.
HSL color Cylindrical-coordinate representation of color #BDDEC3: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEC3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 195 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.13 |
| HSL | 130.91º | 0.33% | 0.81% | - |
| HSV(B) | 130.91º | 0.15% | 0.87% | - |
| XYZ | 56.96 | 67 | 61.56 | - |
| YUV | 209.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 195 | 0.15 | 0 | 0.12 | 0.13 | 130.91 | 0.33 | 0.81 |
| Hex | BD | DE | C3 | F | 0 | C | D | 83 | 21 | 51 |
| Octal | 275 | 336 | 303 | 17 | 0 | 14 | 15 | 203 | 41 | 121 |
| Binary | 10111101 | 11011110 | 11000011 | 1111 | 0 | 1100 | 1101 | 10000011 | 100001 | 1010001 |
Color Harmonies of #BDDEC3
Complementary color
Monochromatic Colors of #BDDEC3
Black with #BDDEC3
Text Example
Text Example
White with #BDDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEC3; }
p { color: rgb(189,222,195); }
H1.HeaderClassName
{
color: #BDDEC3;
}
.AnyTagClassName
{
color: #BDDEC3;
}
</style>
background-color css
<style>
a { background-color: #BDDEC3; }
a { background-color: rgb(189,222,195); }
div.DivClassName
{
background-color: #BDDEC3;
}
.BgClassName
{
background-color: #BDDEC3;
}
</style>
border-color css
<style>
span { border-color: #BDDEC3; }
span { border-color: rgb(189,222,195); }
td.TdClassName
{
border-color: #BDDEC3;
}
.TagClassName
{
border-color: #BDDEC3;
}
</style>