Shades of Edgewater #BBDCC8
Tints of Edgewater #BBDCC8
RGB
CMYK
RGB Variations
Color information
#BBDCC8 (or 0xBBDCC8) is known color: Edgewater. HEX triplet: BB, DC and C8. RGB value is (187,220,200). Sum of RGB (Red+Green+Blue) = 187+220+200=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC8 is #442337. Grayscale: #CFCFCF. Windows color (decimal): -4465464 or 13163707. OLE color: 13163707.
HSL color Cylindrical-coordinate representation of color #BBDCC8: hue angle of 143.64º 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 #BBDCC8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 200 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.14 |
| HSL | 143.64º | 0.32% | 0.8% | - |
| HSV(B) | 143.64º | 0.15% | 0.86% | - |
| XYZ | 56.51 | 65.92 | 64.39 | - |
| YUV | 207.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 200 | 0.15 | 0 | 0.09 | 0.14 | 143.64 | 0.32 | 0.8 |
| Hex | BB | DC | C8 | F | 0 | 9 | E | 90 | 20 | 50 |
| Octal | 273 | 334 | 310 | 17 | 0 | 11 | 16 | 220 | 40 | 120 |
| Binary | 10111011 | 11011100 | 11001000 | 1111 | 0 | 1001 | 1110 | 10010000 | 100000 | 1010000 |
Color Harmonies of #BBDCC8
Complementary color
Monochromatic Colors of #BBDCC8
Black with #BBDCC8
Text Example
Text Example
White with #BBDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCC8; }
p { color: rgb(187,220,200); }
H1.HeaderClassName
{
color: #BBDCC8;
}
.AnyTagClassName
{
color: #BBDCC8;
}
</style>
background-color css
<style>
a { background-color: #BBDCC8; }
a { background-color: rgb(187,220,200); }
div.DivClassName
{
background-color: #BBDCC8;
}
.BgClassName
{
background-color: #BBDCC8;
}
</style>
border-color css
<style>
span { border-color: #BBDCC8; }
span { border-color: rgb(187,220,200); }
td.TdClassName
{
border-color: #BBDCC8;
}
.TagClassName
{
border-color: #BBDCC8;
}
</style>