Shades of Edgewater #BBDBC2
Tints of Edgewater #BBDBC2
RGB
CMYK
RGB Variations
Color information
#BBDBC2 (or 0xBBDBC2) is known color: Edgewater. HEX triplet: BB, DB and C2. RGB value is (187,219,194). Sum of RGB (Red+Green+Blue) = 187+219+194=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC2 is #44243D. Grayscale: #CECECE. Windows color (decimal): -4465726 or 12770235. OLE color: 12770235.
HSL color Cylindrical-coordinate representation of color #BBDBC2: hue angle of 133.12º 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 #BBDBC2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 194 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.14 |
| HSL | 133.13º | 0.31% | 0.8% | - |
| HSV(B) | 133.13º | 0.15% | 0.86% | - |
| XYZ | 55.56 | 65.12 | 60.68 | - |
| YUV | 206.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 194 | 0.15 | 0 | 0.11 | 0.14 | 133.13 | 0.31 | 0.8 |
| Hex | BB | DB | C2 | F | 0 | B | E | 85 | 1F | 50 |
| Octal | 273 | 333 | 302 | 17 | 0 | 13 | 16 | 205 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11000010 | 1111 | 0 | 1011 | 1110 | 10000101 | 11111 | 1010000 |
Color Harmonies of #BBDBC2
Complementary color
Monochromatic Colors of #BBDBC2
Black with #BBDBC2
Text Example
Text Example
White with #BBDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBC2; }
p { color: rgb(187,219,194); }
H1.HeaderClassName
{
color: #BBDBC2;
}
.AnyTagClassName
{
color: #BBDBC2;
}
</style>
background-color css
<style>
a { background-color: #BBDBC2; }
a { background-color: rgb(187,219,194); }
div.DivClassName
{
background-color: #BBDBC2;
}
.BgClassName
{
background-color: #BBDBC2;
}
</style>
border-color css
<style>
span { border-color: #BBDBC2; }
span { border-color: rgb(187,219,194); }
td.TdClassName
{
border-color: #BBDBC2;
}
.TagClassName
{
border-color: #BBDBC2;
}
</style>