Shades of Edgewater #BDDCC5
Tints of Edgewater #BDDCC5
RGB
CMYK
RGB Variations
Color information
#BDDCC5 (or 0xBDDCC5) is known color: Edgewater. HEX triplet: BD, DC and C5. RGB value is (189,220,197). Sum of RGB (Red+Green+Blue) = 189+220+197=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC5 is #42233A. Grayscale: #D0D0D0. Windows color (decimal): -4334395 or 12967101. OLE color: 12967101.
HSL color Cylindrical-coordinate representation of color #BDDCC5: hue angle of 135.48º 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 #BDDCC5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 197 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.14 |
| HSL | 135.48º | 0.31% | 0.8% | - |
| HSV(B) | 135.48º | 0.14% | 0.86% | - |
| XYZ | 56.66 | 66.04 | 62.58 | - |
| YUV | 208.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 197 | 0.14 | 0 | 0.10 | 0.14 | 135.48 | 0.31 | 0.8 |
| Hex | BD | DC | C5 | E | 0 | A | E | 87 | 1F | 50 |
| Octal | 275 | 334 | 305 | 16 | 0 | 12 | 16 | 207 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11000101 | 1110 | 0 | 1010 | 1110 | 10000111 | 11111 | 1010000 |
Color Harmonies of #BDDCC5
Complementary color
Monochromatic Colors of #BDDCC5
Black with #BDDCC5
Text Example
Text Example
White with #BDDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCC5; }
p { color: rgb(189,220,197); }
H1.HeaderClassName
{
color: #BDDCC5;
}
.AnyTagClassName
{
color: #BDDCC5;
}
</style>
background-color css
<style>
a { background-color: #BDDCC5; }
a { background-color: rgb(189,220,197); }
div.DivClassName
{
background-color: #BDDCC5;
}
.BgClassName
{
background-color: #BDDCC5;
}
</style>
border-color css
<style>
span { border-color: #BDDCC5; }
span { border-color: rgb(189,220,197); }
td.TdClassName
{
border-color: #BDDCC5;
}
.TagClassName
{
border-color: #BDDCC5;
}
</style>