Shades of Edgewater #BBDEC1
Tints of Edgewater #BBDEC1
RGB
CMYK
RGB Variations
Color information
#BBDEC1 (or 0xBBDEC1) is known color: Edgewater. HEX triplet: BB, DE and C1. RGB value is (187,222,193). Sum of RGB (Red+Green+Blue) = 187+222+193=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEC1 is #44213E. Grayscale: #D0D0D0. Windows color (decimal): -4464959 or 12705467. OLE color: 12705467.
HSL color Cylindrical-coordinate representation of color #BBDEC1: hue angle of 130.29º 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 #BBDEC1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 193 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.13 |
| HSL | 130.29º | 0.35% | 0.8% | - |
| HSV(B) | 130.29º | 0.16% | 0.87% | - |
| XYZ | 56.24 | 66.66 | 60.35 | - |
| YUV | 208.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 193 | 0.16 | 0 | 0.13 | 0.13 | 130.29 | 0.35 | 0.8 |
| Hex | BB | DE | C1 | 10 | 0 | D | D | 82 | 23 | 50 |
| Octal | 273 | 336 | 301 | 20 | 0 | 15 | 15 | 202 | 43 | 120 |
| Binary | 10111011 | 11011110 | 11000001 | 10000 | 0 | 1101 | 1101 | 10000010 | 100011 | 1010000 |
Color Harmonies of #BBDEC1
Complementary color
Monochromatic Colors of #BBDEC1
Black with #BBDEC1
Text Example
Text Example
White with #BBDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEC1; }
p { color: rgb(187,222,193); }
H1.HeaderClassName
{
color: #BBDEC1;
}
.AnyTagClassName
{
color: #BBDEC1;
}
</style>
background-color css
<style>
a { background-color: #BBDEC1; }
a { background-color: rgb(187,222,193); }
div.DivClassName
{
background-color: #BBDEC1;
}
.BgClassName
{
background-color: #BBDEC1;
}
</style>
border-color css
<style>
span { border-color: #BBDEC1; }
span { border-color: rgb(187,222,193); }
td.TdClassName
{
border-color: #BBDEC1;
}
.TagClassName
{
border-color: #BBDEC1;
}
</style>