Shades of Edgewater #BBDBC6
Tints of Edgewater #BBDBC6
RGB
CMYK
RGB Variations
Color information
#BBDBC6 (or 0xBBDBC6) is known color: Edgewater. HEX triplet: BB, DB and C6. RGB value is (187,219,198). Sum of RGB (Red+Green+Blue) = 187+219+198=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC6 is #442439. Grayscale: #CFCFCF. Windows color (decimal): -4465722 or 13032379. OLE color: 13032379.
HSL color Cylindrical-coordinate representation of color #BBDBC6: hue angle of 140.62º 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 #BBDBC6 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 198 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.14 |
| HSL | 140.63º | 0.31% | 0.8% | - |
| HSV(B) | 140.63º | 0.15% | 0.86% | - |
| XYZ | 56.02 | 65.31 | 63.08 | - |
| YUV | 207.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 198 | 0.15 | 0 | 0.10 | 0.14 | 140.63 | 0.31 | 0.8 |
| Hex | BB | DB | C6 | F | 0 | A | E | 8D | 1F | 50 |
| Octal | 273 | 333 | 306 | 17 | 0 | 12 | 16 | 215 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11000110 | 1111 | 0 | 1010 | 1110 | 10001101 | 11111 | 1010000 |
Color Harmonies of #BBDBC6
Complementary color
Monochromatic Colors of #BBDBC6
Black with #BBDBC6
Text Example
Text Example
White with #BBDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBC6; }
p { color: rgb(187,219,198); }
H1.HeaderClassName
{
color: #BBDBC6;
}
.AnyTagClassName
{
color: #BBDBC6;
}
</style>
background-color css
<style>
a { background-color: #BBDBC6; }
a { background-color: rgb(187,219,198); }
div.DivClassName
{
background-color: #BBDBC6;
}
.BgClassName
{
background-color: #BBDBC6;
}
</style>
border-color css
<style>
span { border-color: #BBDBC6; }
span { border-color: rgb(187,219,198); }
td.TdClassName
{
border-color: #BBDBC6;
}
.TagClassName
{
border-color: #BBDBC6;
}
</style>