Shades of Edgewater #BBD9C0
Tints of Edgewater #BBD9C0
RGB
CMYK
RGB Variations
Color information
#BBD9C0 (or 0xBBD9C0) is known color: Edgewater. HEX triplet: BB, D9 and C0. RGB value is (187,217,192). Sum of RGB (Red+Green+Blue) = 187+217+192=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9C0 is #44263F. Grayscale: #CDCDCD. Windows color (decimal): -4466240 or 12638651. OLE color: 12638651.
HSL color Cylindrical-coordinate representation of color #BBD9C0: hue angle of 130º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9C0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 192 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.15 |
| HSL | 130º | 0.28% | 0.79% | - |
| HSV(B) | 130º | 0.14% | 0.85% | - |
| XYZ | 54.82 | 64 | 59.33 | - |
| YUV | 205.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 192 | 0.14 | 0 | 0.12 | 0.15 | 130 | 0.28 | 0.79 |
| Hex | BB | D9 | C0 | E | 0 | C | F | 82 | 1C | 4F |
| Octal | 273 | 331 | 300 | 16 | 0 | 14 | 17 | 202 | 34 | 117 |
| Binary | 10111011 | 11011001 | 11000000 | 1110 | 0 | 1100 | 1111 | 10000010 | 11100 | 1001111 |
Color Harmonies of #BBD9C0
Complementary color
Monochromatic Colors of #BBD9C0
Black with #BBD9C0
Text Example
Text Example
White with #BBD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9C0; }
p { color: rgb(187,217,192); }
H1.HeaderClassName
{
color: #BBD9C0;
}
.AnyTagClassName
{
color: #BBD9C0;
}
</style>
background-color css
<style>
a { background-color: #BBD9C0; }
a { background-color: rgb(187,217,192); }
div.DivClassName
{
background-color: #BBD9C0;
}
.BgClassName
{
background-color: #BBD9C0;
}
</style>
border-color css
<style>
span { border-color: #BBD9C0; }
span { border-color: rgb(187,217,192); }
td.TdClassName
{
border-color: #BBD9C0;
}
.TagClassName
{
border-color: #BBD9C0;
}
</style>