Shades of Edgewater #BBD4C0
Tints of Edgewater #BBD4C0
RGB
CMYK
RGB Variations
Color information
#BBD4C0 (or 0xBBD4C0) is known color: Edgewater. HEX triplet: BB, D4 and C0. RGB value is (187,212,192). Sum of RGB (Red+Green+Blue) = 187+212+192=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4C0 is #442B3F. Grayscale: #CACACA. Windows color (decimal): -4467520 or 12637371. OLE color: 12637371.
HSL color Cylindrical-coordinate representation of color #BBD4C0: hue angle of 132º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD4C0 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 192 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.17 |
| HSL | 132º | 0.23% | 0.78% | - |
| HSV(B) | 132º | 0.12% | 0.83% | - |
| XYZ | 53.55 | 61.46 | 58.91 | - |
| YUV | 202.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 192 | 0.12 | 0 | 0.09 | 0.17 | 132 | 0.23 | 0.78 |
| Hex | BB | D4 | C0 | C | 0 | 9 | 11 | 84 | 17 | 4E |
| Octal | 273 | 324 | 300 | 14 | 0 | 11 | 21 | 204 | 27 | 116 |
| Binary | 10111011 | 11010100 | 11000000 | 1100 | 0 | 1001 | 10001 | 10000100 | 10111 | 1001110 |
Color Harmonies of #BBD4C0
Complementary color
Monochromatic Colors of #BBD4C0
Black with #BBD4C0
Text Example
Text Example
White with #BBD4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4C0; }
p { color: rgb(187,212,192); }
H1.HeaderClassName
{
color: #BBD4C0;
}
.AnyTagClassName
{
color: #BBD4C0;
}
</style>
background-color css
<style>
a { background-color: #BBD4C0; }
a { background-color: rgb(187,212,192); }
div.DivClassName
{
background-color: #BBD4C0;
}
.BgClassName
{
background-color: #BBD4C0;
}
</style>
border-color css
<style>
span { border-color: #BBD4C0; }
span { border-color: rgb(187,212,192); }
td.TdClassName
{
border-color: #BBD4C0;
}
.TagClassName
{
border-color: #BBD4C0;
}
</style>