Shades of Edgewater #BBDEC7
Tints of Edgewater #BBDEC7
RGB
CMYK
RGB Variations
Color information
#BBDEC7 (or 0xBBDEC7) is known color: Edgewater. HEX triplet: BB, DE and C7. RGB value is (187,222,199). Sum of RGB (Red+Green+Blue) = 187+222+199=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEC7 is #442138. Grayscale: #D0D0D0. Windows color (decimal): -4464953 or 13098683. OLE color: 13098683.
HSL color Cylindrical-coordinate representation of color #BBDEC7: hue angle of 140.57º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEC7 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 199 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.13 |
| HSL | 140.57º | 0.35% | 0.8% | - |
| HSV(B) | 140.57º | 0.16% | 0.87% | - |
| XYZ | 56.92 | 66.93 | 63.95 | - |
| YUV | 208.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 199 | 0.16 | 0 | 0.10 | 0.13 | 140.57 | 0.35 | 0.8 |
| Hex | BB | DE | C7 | 10 | 0 | A | D | 8D | 23 | 50 |
| Octal | 273 | 336 | 307 | 20 | 0 | 12 | 15 | 215 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11000111 | 10000 | 0 | 1010 | 1101 | 10001101 | 100011 | 1010000 |
Color Harmonies of #BBDEC7
Complementary color
Monochromatic Colors of #BBDEC7
Black with #BBDEC7
Text Example
Text Example
White with #BBDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEC7; }
p { color: rgb(187,222,199); }
H1.HeaderClassName
{
color: #BBDEC7;
}
.AnyTagClassName
{
color: #BBDEC7;
}
</style>
background-color css
<style>
a { background-color: #BBDEC7; }
a { background-color: rgb(187,222,199); }
div.DivClassName
{
background-color: #BBDEC7;
}
.BgClassName
{
background-color: #BBDEC7;
}
</style>
border-color css
<style>
span { border-color: #BBDEC7; }
span { border-color: rgb(187,222,199); }
td.TdClassName
{
border-color: #BBDEC7;
}
.TagClassName
{
border-color: #BBDEC7;
}
</style>