Shades of Edgewater #BBE0C3
Tints of Edgewater #BBE0C3
RGB
CMYK
RGB Variations
Color information
#BBE0C3 (or 0xBBE0C3) is known color: Edgewater. HEX triplet: BB, E0 and C3. RGB value is (187,224,195). Sum of RGB (Red+Green+Blue) = 187+224+195=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0C3 is #441F3C. Grayscale: #D1D1D1. Windows color (decimal): -4464445 or 12837051. OLE color: 12837051.
HSL color Cylindrical-coordinate representation of color #BBE0C3: hue angle of 132.97º 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 #BBE0C3 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 195 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.12 |
| HSL | 132.97º | 0.37% | 0.81% | - |
| HSV(B) | 132.97º | 0.17% | 0.88% | - |
| XYZ | 57 | 67.82 | 61.72 | - |
| YUV | 209.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 195 | 0.17 | 0 | 0.13 | 0.12 | 132.97 | 0.37 | 0.81 |
| Hex | BB | E0 | C3 | 11 | 0 | D | C | 85 | 25 | 51 |
| Octal | 273 | 340 | 303 | 21 | 0 | 15 | 14 | 205 | 45 | 121 |
| Binary | 10111011 | 11100000 | 11000011 | 10001 | 0 | 1101 | 1100 | 10000101 | 100101 | 1010001 |
Color Harmonies of #BBE0C3
Complementary color
Monochromatic Colors of #BBE0C3
Black with #BBE0C3
Text Example
Text Example
White with #BBE0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0C3; }
p { color: rgb(187,224,195); }
H1.HeaderClassName
{
color: #BBE0C3;
}
.AnyTagClassName
{
color: #BBE0C3;
}
</style>
background-color css
<style>
a { background-color: #BBE0C3; }
a { background-color: rgb(187,224,195); }
div.DivClassName
{
background-color: #BBE0C3;
}
.BgClassName
{
background-color: #BBE0C3;
}
</style>
border-color css
<style>
span { border-color: #BBE0C3; }
span { border-color: rgb(187,224,195); }
td.TdClassName
{
border-color: #BBE0C3;
}
.TagClassName
{
border-color: #BBE0C3;
}
</style>