Shades of Edgewater #BBDCC2
Tints of Edgewater #BBDCC2
RGB
CMYK
RGB Variations
Color information
#BBDCC2 (or 0xBBDCC2) is known color: Edgewater. HEX triplet: BB, DC and C2. RGB value is (187,220,194). Sum of RGB (Red+Green+Blue) = 187+220+194=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC2 is #44233D. Grayscale: #CFCFCF. Windows color (decimal): -4465470 or 12770491. OLE color: 12770491.
HSL color Cylindrical-coordinate representation of color #BBDCC2: hue angle of 132.73º 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 #BBDCC2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 194 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.14 |
| HSL | 132.73º | 0.32% | 0.8% | - |
| HSV(B) | 132.73º | 0.15% | 0.86% | - |
| XYZ | 55.82 | 65.65 | 60.77 | - |
| YUV | 207.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 194 | 0.15 | 0 | 0.12 | 0.14 | 132.73 | 0.32 | 0.8 |
| Hex | BB | DC | C2 | F | 0 | C | E | 85 | 20 | 50 |
| Octal | 273 | 334 | 302 | 17 | 0 | 14 | 16 | 205 | 40 | 120 |
| Binary | 10111011 | 11011100 | 11000010 | 1111 | 0 | 1100 | 1110 | 10000101 | 100000 | 1010000 |
Color Harmonies of #BBDCC2
Complementary color
Monochromatic Colors of #BBDCC2
Black with #BBDCC2
Text Example
Text Example
White with #BBDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCC2; }
p { color: rgb(187,220,194); }
H1.HeaderClassName
{
color: #BBDCC2;
}
.AnyTagClassName
{
color: #BBDCC2;
}
</style>
background-color css
<style>
a { background-color: #BBDCC2; }
a { background-color: rgb(187,220,194); }
div.DivClassName
{
background-color: #BBDCC2;
}
.BgClassName
{
background-color: #BBDCC2;
}
</style>
border-color css
<style>
span { border-color: #BBDCC2; }
span { border-color: rgb(187,220,194); }
td.TdClassName
{
border-color: #BBDCC2;
}
.TagClassName
{
border-color: #BBDCC2;
}
</style>