Shades of Edgewater #BBDDC3
Tints of Edgewater #BBDDC3
RGB
CMYK
RGB Variations
Color information
#BBDDC3 (or 0xBBDDC3) is known color: Edgewater. HEX triplet: BB, DD and C3. RGB value is (187,221,195). Sum of RGB (Red+Green+Blue) = 187+221+195=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC3 is #44223C. Grayscale: #CFCFCF. Windows color (decimal): -4465213 or 12836283. OLE color: 12836283.
HSL color Cylindrical-coordinate representation of color #BBDDC3: hue angle of 134.12º 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 #BBDDC3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 195 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.13 |
| HSL | 134.12º | 0.33% | 0.8% | - |
| HSV(B) | 134.12º | 0.15% | 0.87% | - |
| XYZ | 56.2 | 66.22 | 61.45 | - |
| YUV | 207.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 195 | 0.15 | 0 | 0.12 | 0.13 | 134.12 | 0.33 | 0.8 |
| Hex | BB | DD | C3 | F | 0 | C | D | 86 | 21 | 50 |
| Octal | 273 | 335 | 303 | 17 | 0 | 14 | 15 | 206 | 41 | 120 |
| Binary | 10111011 | 11011101 | 11000011 | 1111 | 0 | 1100 | 1101 | 10000110 | 100001 | 1010000 |
Color Harmonies of #BBDDC3
Complementary color
Monochromatic Colors of #BBDDC3
Black with #BBDDC3
Text Example
Text Example
White with #BBDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDC3; }
p { color: rgb(187,221,195); }
H1.HeaderClassName
{
color: #BBDDC3;
}
.AnyTagClassName
{
color: #BBDDC3;
}
</style>
background-color css
<style>
a { background-color: #BBDDC3; }
a { background-color: rgb(187,221,195); }
div.DivClassName
{
background-color: #BBDDC3;
}
.BgClassName
{
background-color: #BBDDC3;
}
</style>
border-color css
<style>
span { border-color: #BBDDC3; }
span { border-color: rgb(187,221,195); }
td.TdClassName
{
border-color: #BBDDC3;
}
.TagClassName
{
border-color: #BBDDC3;
}
</style>