Shades of Edgewater #BDDBC6
Tints of Edgewater #BDDBC6
RGB
CMYK
RGB Variations
Color information
#BDDBC6 (or 0xBDDBC6) is known color: Edgewater. HEX triplet: BD, DB and C6. RGB value is (189,219,198). Sum of RGB (Red+Green+Blue) = 189+219+198=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC6 is #422439. Grayscale: #CFCFCF. Windows color (decimal): -4334650 or 13032381. OLE color: 13032381.
HSL color Cylindrical-coordinate representation of color #BDDBC6: hue angle of 138º degrees, saturation: 0.29, 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 #BDDBC6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 198 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.14 |
| HSL | 138º | 0.29% | 0.8% | - |
| HSV(B) | 138º | 0.14% | 0.86% | - |
| XYZ | 56.51 | 65.56 | 63.1 | - |
| YUV | 207.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 198 | 0.14 | 0 | 0.10 | 0.14 | 138 | 0.29 | 0.8 |
| Hex | BD | DB | C6 | E | 0 | A | E | 8A | 1D | 50 |
| Octal | 275 | 333 | 306 | 16 | 0 | 12 | 16 | 212 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11000110 | 1110 | 0 | 1010 | 1110 | 10001010 | 11101 | 1010000 |
Color Harmonies of #BDDBC6
Complementary color
Monochromatic Colors of #BDDBC6
Black with #BDDBC6
Text Example
Text Example
White with #BDDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBC6; }
p { color: rgb(189,219,198); }
H1.HeaderClassName
{
color: #BDDBC6;
}
.AnyTagClassName
{
color: #BDDBC6;
}
</style>
background-color css
<style>
a { background-color: #BDDBC6; }
a { background-color: rgb(189,219,198); }
div.DivClassName
{
background-color: #BDDBC6;
}
.BgClassName
{
background-color: #BDDBC6;
}
</style>
border-color css
<style>
span { border-color: #BDDBC6; }
span { border-color: rgb(189,219,198); }
td.TdClassName
{
border-color: #BDDBC6;
}
.TagClassName
{
border-color: #BDDBC6;
}
</style>