Shades of Edgewater #BDDCC6
Tints of Edgewater #BDDCC6
RGB
CMYK
RGB Variations
Color information
#BDDCC6 (or 0xBDDCC6) is known color: Edgewater. HEX triplet: BD, DC and C6. RGB value is (189,220,198). Sum of RGB (Red+Green+Blue) = 189+220+198=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC6 is #422339. Grayscale: #D0D0D0. Windows color (decimal): -4334394 or 13032637. OLE color: 13032637.
HSL color Cylindrical-coordinate representation of color #BDDCC6: hue angle of 137.42º 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 #BDDCC6 is Cyan = 0.14, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 198 | - |
| CMYK | 0.14 | 0 | 0.1 | 0.14 |
| HSL | 137.42º | 0.31% | 0.8% | - |
| HSV(B) | 137.42º | 0.14% | 0.86% | - |
| XYZ | 56.77 | 66.08 | 63.19 | - |
| YUV | 208.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 198 | 0.14 | 0 | 0.1 | 0.14 | 137.42 | 0.31 | 0.8 |
| Hex | BD | DC | C6 | E | 0 | A | E | 89 | 1F | 50 |
| Octal | 275 | 334 | 306 | 16 | 0 | 12 | 16 | 211 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11000110 | 1110 | 0 | 1010 | 1110 | 10001001 | 11111 | 1010000 |
Color Harmonies of #BDDCC6
Complementary color
Monochromatic Colors of #BDDCC6
Black with #BDDCC6
Text Example
Text Example
White with #BDDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCC6; }
p { color: rgb(189,220,198); }
H1.HeaderClassName
{
color: #BDDCC6;
}
.AnyTagClassName
{
color: #BDDCC6;
}
</style>
background-color css
<style>
a { background-color: #BDDCC6; }
a { background-color: rgb(189,220,198); }
div.DivClassName
{
background-color: #BDDCC6;
}
.BgClassName
{
background-color: #BDDCC6;
}
</style>
border-color css
<style>
span { border-color: #BDDCC6; }
span { border-color: rgb(189,220,198); }
td.TdClassName
{
border-color: #BDDCC6;
}
.TagClassName
{
border-color: #BDDCC6;
}
</style>