Shades of Edgewater #BBDEC2
Tints of Edgewater #BBDEC2
RGB
CMYK
RGB Variations
Color information
#BBDEC2 (or 0xBBDEC2) is known color: Edgewater. HEX triplet: BB, DE and C2. RGB value is (187,222,194). Sum of RGB (Red+Green+Blue) = 187+222+194=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEC2 is #44213D. Grayscale: #D0D0D0. Windows color (decimal): -4464958 or 12771003. OLE color: 12771003.
HSL color Cylindrical-coordinate representation of color #BBDEC2: hue angle of 132º 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 #BBDEC2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 194 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.13 |
| HSL | 132º | 0.35% | 0.8% | - |
| HSV(B) | 132º | 0.16% | 0.87% | - |
| XYZ | 56.35 | 66.7 | 60.94 | - |
| YUV | 208.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 194 | 0.16 | 0 | 0.13 | 0.13 | 132 | 0.35 | 0.8 |
| Hex | BB | DE | C2 | 10 | 0 | D | D | 84 | 23 | 50 |
| Octal | 273 | 336 | 302 | 20 | 0 | 15 | 15 | 204 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11000010 | 10000 | 0 | 1101 | 1101 | 10000100 | 100011 | 1010000 |
Color Harmonies of #BBDEC2
Complementary color
Monochromatic Colors of #BBDEC2
Black with #BBDEC2
Text Example
Text Example
White with #BBDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEC2; }
p { color: rgb(187,222,194); }
H1.HeaderClassName
{
color: #BBDEC2;
}
.AnyTagClassName
{
color: #BBDEC2;
}
</style>
background-color css
<style>
a { background-color: #BBDEC2; }
a { background-color: rgb(187,222,194); }
div.DivClassName
{
background-color: #BBDEC2;
}
.BgClassName
{
background-color: #BBDEC2;
}
</style>
border-color css
<style>
span { border-color: #BBDEC2; }
span { border-color: rgb(187,222,194); }
td.TdClassName
{
border-color: #BBDEC2;
}
.TagClassName
{
border-color: #BBDEC2;
}
</style>