Shades of Edgewater #BBDCC0
Tints of Edgewater #BBDCC0
RGB
CMYK
RGB Variations
Color information
#BBDCC0 (or 0xBBDCC0) is known color: Edgewater. HEX triplet: BB, DC and C0. RGB value is (187,220,192). Sum of RGB (Red+Green+Blue) = 187+220+192=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC0 is #44233F. Grayscale: #CFCFCF. Windows color (decimal): -4465472 or 12639419. OLE color: 12639419.
HSL color Cylindrical-coordinate representation of color #BBDCC0: hue angle of 129.09º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCC0 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 192 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.14 |
| HSL | 129.09º | 0.32% | 0.8% | - |
| HSV(B) | 129.09º | 0.15% | 0.86% | - |
| XYZ | 55.6 | 65.56 | 59.59 | - |
| YUV | 206.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 192 | 0.15 | 0 | 0.13 | 0.14 | 129.09 | 0.32 | 0.8 |
| Hex | BB | DC | C0 | F | 0 | D | E | 81 | 20 | 50 |
| Octal | 273 | 334 | 300 | 17 | 0 | 15 | 16 | 201 | 40 | 120 |
| Binary | 10111011 | 11011100 | 11000000 | 1111 | 0 | 1101 | 1110 | 10000001 | 100000 | 1010000 |
Color Harmonies of #BBDCC0
Complementary color
Monochromatic Colors of #BBDCC0
Black with #BBDCC0
Text Example
Text Example
White with #BBDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCC0; }
p { color: rgb(187,220,192); }
H1.HeaderClassName
{
color: #BBDCC0;
}
.AnyTagClassName
{
color: #BBDCC0;
}
</style>
background-color css
<style>
a { background-color: #BBDCC0; }
a { background-color: rgb(187,220,192); }
div.DivClassName
{
background-color: #BBDCC0;
}
.BgClassName
{
background-color: #BBDCC0;
}
</style>
border-color css
<style>
span { border-color: #BBDCC0; }
span { border-color: rgb(187,220,192); }
td.TdClassName
{
border-color: #BBDCC0;
}
.TagClassName
{
border-color: #BBDCC0;
}
</style>