Shades of Edgewater #BBDBC8
Tints of Edgewater #BBDBC8
RGB
CMYK
RGB Variations
Color information
#BBDBC8 (or 0xBBDBC8) is known color: Edgewater. HEX triplet: BB, DB and C8. RGB value is (187,219,200). Sum of RGB (Red+Green+Blue) = 187+219+200=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC8 is #442437. Grayscale: #CFCFCF. Windows color (decimal): -4465720 or 13163451. OLE color: 13163451.
HSL color Cylindrical-coordinate representation of color #BBDBC8: hue angle of 144.38º degrees, saturation: 0.31, 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 #BBDBC8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 200 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.14 |
| HSL | 144.38º | 0.31% | 0.8% | - |
| HSV(B) | 144.38º | 0.15% | 0.86% | - |
| XYZ | 56.25 | 65.4 | 64.3 | - |
| YUV | 207.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 200 | 0.15 | 0 | 0.09 | 0.14 | 144.38 | 0.31 | 0.8 |
| Hex | BB | DB | C8 | F | 0 | 9 | E | 90 | 1F | 50 |
| Octal | 273 | 333 | 310 | 17 | 0 | 11 | 16 | 220 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11001000 | 1111 | 0 | 1001 | 1110 | 10010000 | 11111 | 1010000 |
Color Harmonies of #BBDBC8
Complementary color
Monochromatic Colors of #BBDBC8
Black with #BBDBC8
Text Example
Text Example
White with #BBDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBC8; }
p { color: rgb(187,219,200); }
H1.HeaderClassName
{
color: #BBDBC8;
}
.AnyTagClassName
{
color: #BBDBC8;
}
</style>
background-color css
<style>
a { background-color: #BBDBC8; }
a { background-color: rgb(187,219,200); }
div.DivClassName
{
background-color: #BBDBC8;
}
.BgClassName
{
background-color: #BBDBC8;
}
</style>
border-color css
<style>
span { border-color: #BBDBC8; }
span { border-color: rgb(187,219,200); }
td.TdClassName
{
border-color: #BBDBC8;
}
.TagClassName
{
border-color: #BBDBC8;
}
</style>