Shades of Edgewater #BBDDC1
Tints of Edgewater #BBDDC1
RGB
CMYK
RGB Variations
Color information
#BBDDC1 (or 0xBBDDC1) is known color: Edgewater. HEX triplet: BB, DD and C1. RGB value is (187,221,193). Sum of RGB (Red+Green+Blue) = 187+221+193=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC1 is #44223E. Grayscale: #CFCFCF. Windows color (decimal): -4465215 or 12705211. OLE color: 12705211.
HSL color Cylindrical-coordinate representation of color #BBDDC1: hue angle of 130.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDC1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 193 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.13 |
| HSL | 130.59º | 0.33% | 0.8% | - |
| HSV(B) | 130.59º | 0.15% | 0.87% | - |
| XYZ | 55.98 | 66.13 | 60.27 | - |
| YUV | 207.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 193 | 0.15 | 0 | 0.13 | 0.13 | 130.59 | 0.33 | 0.8 |
| Hex | BB | DD | C1 | F | 0 | D | D | 83 | 21 | 50 |
| Octal | 273 | 335 | 301 | 17 | 0 | 15 | 15 | 203 | 41 | 120 |
| Binary | 10111011 | 11011101 | 11000001 | 1111 | 0 | 1101 | 1101 | 10000011 | 100001 | 1010000 |
Color Harmonies of #BBDDC1
Complementary color
Monochromatic Colors of #BBDDC1
Black with #BBDDC1
Text Example
Text Example
White with #BBDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDC1; }
p { color: rgb(187,221,193); }
H1.HeaderClassName
{
color: #BBDDC1;
}
.AnyTagClassName
{
color: #BBDDC1;
}
</style>
background-color css
<style>
a { background-color: #BBDDC1; }
a { background-color: rgb(187,221,193); }
div.DivClassName
{
background-color: #BBDDC1;
}
.BgClassName
{
background-color: #BBDDC1;
}
</style>
border-color css
<style>
span { border-color: #BBDDC1; }
span { border-color: rgb(187,221,193); }
td.TdClassName
{
border-color: #BBDDC1;
}
.TagClassName
{
border-color: #BBDDC1;
}
</style>