Shades of Edgewater #BDDCC2
Tints of Edgewater #BDDCC2
RGB
CMYK
RGB Variations
Color information
#BDDCC2 (or 0xBDDCC2) is known color: Edgewater. HEX triplet: BD, DC and C2. RGB value is (189,220,194). Sum of RGB (Red+Green+Blue) = 189+220+194=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC2 is #42233D. Grayscale: #CFCFCF. Windows color (decimal): -4334398 or 12770493. OLE color: 12770493.
HSL color Cylindrical-coordinate representation of color #BDDCC2: hue angle of 129.68º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCC2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 194 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.14 |
| HSL | 129.68º | 0.31% | 0.8% | - |
| HSV(B) | 129.68º | 0.14% | 0.86% | - |
| XYZ | 56.32 | 65.9 | 60.79 | - |
| YUV | 207.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 194 | 0.14 | 0 | 0.12 | 0.14 | 129.68 | 0.31 | 0.8 |
| Hex | BD | DC | C2 | E | 0 | C | E | 82 | 1F | 50 |
| Octal | 275 | 334 | 302 | 16 | 0 | 14 | 16 | 202 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11000010 | 1110 | 0 | 1100 | 1110 | 10000010 | 11111 | 1010000 |
Color Harmonies of #BDDCC2
Complementary color
Monochromatic Colors of #BDDCC2
Black with #BDDCC2
Text Example
Text Example
White with #BDDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCC2; }
p { color: rgb(189,220,194); }
H1.HeaderClassName
{
color: #BDDCC2;
}
.AnyTagClassName
{
color: #BDDCC2;
}
</style>
background-color css
<style>
a { background-color: #BDDCC2; }
a { background-color: rgb(189,220,194); }
div.DivClassName
{
background-color: #BDDCC2;
}
.BgClassName
{
background-color: #BDDCC2;
}
</style>
border-color css
<style>
span { border-color: #BDDCC2; }
span { border-color: rgb(189,220,194); }
td.TdClassName
{
border-color: #BDDCC2;
}
.TagClassName
{
border-color: #BDDCC2;
}
</style>