Shades of Edgewater #BDDCC3
Tints of Edgewater #BDDCC3
RGB
CMYK
RGB Variations
Color information
#BDDCC3 (or 0xBDDCC3) is known color: Edgewater. HEX triplet: BD, DC and C3. RGB value is (189,220,195). Sum of RGB (Red+Green+Blue) = 189+220+195=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC3 is #42233C. Grayscale: #CFCFCF. Windows color (decimal): -4334397 or 12836029. OLE color: 12836029.
HSL color Cylindrical-coordinate representation of color #BDDCC3: hue angle of 131.61º 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 #BDDCC3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 195 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.14 |
| HSL | 131.61º | 0.31% | 0.8% | - |
| HSV(B) | 131.61º | 0.14% | 0.86% | - |
| XYZ | 56.43 | 65.95 | 61.38 | - |
| YUV | 207.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 195 | 0.14 | 0 | 0.11 | 0.14 | 131.61 | 0.31 | 0.8 |
| Hex | BD | DC | C3 | E | 0 | B | E | 84 | 1F | 50 |
| Octal | 275 | 334 | 303 | 16 | 0 | 13 | 16 | 204 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11000011 | 1110 | 0 | 1011 | 1110 | 10000100 | 11111 | 1010000 |
Color Harmonies of #BDDCC3
Complementary color
Monochromatic Colors of #BDDCC3
Black with #BDDCC3
Text Example
Text Example
White with #BDDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCC3; }
p { color: rgb(189,220,195); }
H1.HeaderClassName
{
color: #BDDCC3;
}
.AnyTagClassName
{
color: #BDDCC3;
}
</style>
background-color css
<style>
a { background-color: #BDDCC3; }
a { background-color: rgb(189,220,195); }
div.DivClassName
{
background-color: #BDDCC3;
}
.BgClassName
{
background-color: #BDDCC3;
}
</style>
border-color css
<style>
span { border-color: #BDDCC3; }
span { border-color: rgb(189,220,195); }
td.TdClassName
{
border-color: #BDDCC3;
}
.TagClassName
{
border-color: #BDDCC3;
}
</style>