Shades of Edgewater #BBDEC5
Tints of Edgewater #BBDEC5
RGB
CMYK
RGB Variations
Color information
#BBDEC5 (or 0xBBDEC5) is known color: Edgewater. HEX triplet: BB, DE and C5. RGB value is (187,222,197). Sum of RGB (Red+Green+Blue) = 187+222+197=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEC5 is #44213A. Grayscale: #D0D0D0. Windows color (decimal): -4464955 or 12967611. OLE color: 12967611.
HSL color Cylindrical-coordinate representation of color #BBDEC5: hue angle of 137.14º 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 #BBDEC5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 197 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.13 |
| HSL | 137.14º | 0.35% | 0.8% | - |
| HSV(B) | 137.14º | 0.16% | 0.87% | - |
| XYZ | 56.69 | 66.84 | 62.74 | - |
| YUV | 208.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 197 | 0.16 | 0 | 0.11 | 0.13 | 137.14 | 0.35 | 0.8 |
| Hex | BB | DE | C5 | 10 | 0 | B | D | 89 | 23 | 50 |
| Octal | 273 | 336 | 305 | 20 | 0 | 13 | 15 | 211 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11000101 | 10000 | 0 | 1011 | 1101 | 10001001 | 100011 | 1010000 |
Color Harmonies of #BBDEC5
Complementary color
Monochromatic Colors of #BBDEC5
Black with #BBDEC5
Text Example
Text Example
White with #BBDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEC5; }
p { color: rgb(187,222,197); }
H1.HeaderClassName
{
color: #BBDEC5;
}
.AnyTagClassName
{
color: #BBDEC5;
}
</style>
background-color css
<style>
a { background-color: #BBDEC5; }
a { background-color: rgb(187,222,197); }
div.DivClassName
{
background-color: #BBDEC5;
}
.BgClassName
{
background-color: #BBDEC5;
}
</style>
border-color css
<style>
span { border-color: #BBDEC5; }
span { border-color: rgb(187,222,197); }
td.TdClassName
{
border-color: #BBDEC5;
}
.TagClassName
{
border-color: #BBDEC5;
}
</style>