Shades of Edgewater #BBE0C5
Tints of Edgewater #BBE0C5
RGB
CMYK
RGB Variations
Color information
#BBE0C5 (or 0xBBE0C5) is known color: Edgewater. HEX triplet: BB, E0 and C5. RGB value is (187,224,197). Sum of RGB (Red+Green+Blue) = 187+224+197=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0C5 is #441F3A. Grayscale: #D1D1D1. Windows color (decimal): -4464443 or 12968123. OLE color: 12968123.
HSL color Cylindrical-coordinate representation of color #BBE0C5: hue angle of 136.22º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0C5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 197 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.12 |
| HSL | 136.22º | 0.37% | 0.81% | - |
| HSV(B) | 136.22º | 0.17% | 0.88% | - |
| XYZ | 57.23 | 67.91 | 62.91 | - |
| YUV | 209.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 197 | 0.17 | 0 | 0.12 | 0.12 | 136.22 | 0.37 | 0.81 |
| Hex | BB | E0 | C5 | 11 | 0 | C | C | 88 | 25 | 51 |
| Octal | 273 | 340 | 305 | 21 | 0 | 14 | 14 | 210 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11000101 | 10001 | 0 | 1100 | 1100 | 10001000 | 100101 | 1010001 |
Color Harmonies of #BBE0C5
Complementary color
Monochromatic Colors of #BBE0C5
Black with #BBE0C5
Text Example
Text Example
White with #BBE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0C5; }
p { color: rgb(187,224,197); }
H1.HeaderClassName
{
color: #BBE0C5;
}
.AnyTagClassName
{
color: #BBE0C5;
}
</style>
background-color css
<style>
a { background-color: #BBE0C5; }
a { background-color: rgb(187,224,197); }
div.DivClassName
{
background-color: #BBE0C5;
}
.BgClassName
{
background-color: #BBE0C5;
}
</style>
border-color css
<style>
span { border-color: #BBE0C5; }
span { border-color: rgb(187,224,197); }
td.TdClassName
{
border-color: #BBE0C5;
}
.TagClassName
{
border-color: #BBE0C5;
}
</style>