Shades of Edgewater #BBD8C3
Tints of Edgewater #BBD8C3
RGB
CMYK
RGB Variations
Color information
#BBD8C3 (or 0xBBD8C3) is known color: Edgewater. HEX triplet: BB, D8 and C3. RGB value is (187,216,195). Sum of RGB (Red+Green+Blue) = 187+216+195=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C3 is #44273C. Grayscale: #CCCCCC. Windows color (decimal): -4466493 or 12835003. OLE color: 12835003.
HSL color Cylindrical-coordinate representation of color #BBD8C3: hue angle of 136.55º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8C3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 195 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.15 |
| HSL | 136.55º | 0.27% | 0.79% | - |
| HSV(B) | 136.55º | 0.13% | 0.85% | - |
| XYZ | 54.9 | 63.62 | 61.02 | - |
| YUV | 204.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 195 | 0.13 | 0 | 0.10 | 0.15 | 136.55 | 0.27 | 0.79 |
| Hex | BB | D8 | C3 | D | 0 | A | F | 89 | 1B | 4F |
| Octal | 273 | 330 | 303 | 15 | 0 | 12 | 17 | 211 | 33 | 117 |
| Binary | 10111011 | 11011000 | 11000011 | 1101 | 0 | 1010 | 1111 | 10001001 | 11011 | 1001111 |
Color Harmonies of #BBD8C3
Complementary color
Monochromatic Colors of #BBD8C3
Black with #BBD8C3
Text Example
Text Example
White with #BBD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8C3; }
p { color: rgb(187,216,195); }
H1.HeaderClassName
{
color: #BBD8C3;
}
.AnyTagClassName
{
color: #BBD8C3;
}
</style>
background-color css
<style>
a { background-color: #BBD8C3; }
a { background-color: rgb(187,216,195); }
div.DivClassName
{
background-color: #BBD8C3;
}
.BgClassName
{
background-color: #BBD8C3;
}
</style>
border-color css
<style>
span { border-color: #BBD8C3; }
span { border-color: rgb(187,216,195); }
td.TdClassName
{
border-color: #BBD8C3;
}
.TagClassName
{
border-color: #BBD8C3;
}
</style>