Shades of Edgewater #BCDBC3
Tints of Edgewater #BCDBC3
RGB
CMYK
RGB Variations
Color information
#BCDBC3 (or 0xBCDBC3) is known color: Edgewater. HEX triplet: BC, DB and C3. RGB value is (188,219,195). Sum of RGB (Red+Green+Blue) = 188+219+195=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC3 is #43243C. Grayscale: #CFCFCF. Windows color (decimal): -4400189 or 12835772. OLE color: 12835772.
HSL color Cylindrical-coordinate representation of color #BCDBC3: hue angle of 133.55º degrees, saturation: 0.3, 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 #BCDBC3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 195 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.14 |
| HSL | 133.55º | 0.3% | 0.8% | - |
| HSV(B) | 133.55º | 0.14% | 0.86% | - |
| XYZ | 55.92 | 65.29 | 61.29 | - |
| YUV | 207 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 195 | 0.14 | 0 | 0.11 | 0.14 | 133.55 | 0.3 | 0.8 |
| Hex | BC | DB | C3 | E | 0 | B | E | 86 | 1E | 50 |
| Octal | 274 | 333 | 303 | 16 | 0 | 13 | 16 | 206 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11000011 | 1110 | 0 | 1011 | 1110 | 10000110 | 11110 | 1010000 |
Color Harmonies of #BCDBC3
Complementary color
Monochromatic Colors of #BCDBC3
Black with #BCDBC3
Text Example
Text Example
White with #BCDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBC3; }
p { color: rgb(188,219,195); }
H1.HeaderClassName
{
color: #BCDBC3;
}
.AnyTagClassName
{
color: #BCDBC3;
}
</style>
background-color css
<style>
a { background-color: #BCDBC3; }
a { background-color: rgb(188,219,195); }
div.DivClassName
{
background-color: #BCDBC3;
}
.BgClassName
{
background-color: #BCDBC3;
}
</style>
border-color css
<style>
span { border-color: #BCDBC3; }
span { border-color: rgb(188,219,195); }
td.TdClassName
{
border-color: #BCDBC3;
}
.TagClassName
{
border-color: #BCDBC3;
}
</style>