Shades of Edgewater #BBDFC2
Tints of Edgewater #BBDFC2
RGB
CMYK
RGB Variations
Color information
#BBDFC2 (or 0xBBDFC2) is known color: Edgewater. HEX triplet: BB, DF and C2. RGB value is (187,223,194). Sum of RGB (Red+Green+Blue) = 187+223+194=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC2 is #44203D. Grayscale: #D1D1D1. Windows color (decimal): -4464702 or 12771259. OLE color: 12771259.
HSL color Cylindrical-coordinate representation of color #BBDFC2: hue angle of 131.67º degrees, saturation: 0.36, 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 #BBDFC2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 194 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.13 |
| HSL | 131.67º | 0.36% | 0.8% | - |
| HSV(B) | 131.67º | 0.16% | 0.87% | - |
| XYZ | 56.62 | 67.24 | 61.03 | - |
| YUV | 208.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 194 | 0.16 | 0 | 0.13 | 0.13 | 131.67 | 0.36 | 0.8 |
| Hex | BB | DF | C2 | 10 | 0 | D | D | 84 | 24 | 50 |
| Octal | 273 | 337 | 302 | 20 | 0 | 15 | 15 | 204 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11000010 | 10000 | 0 | 1101 | 1101 | 10000100 | 100100 | 1010000 |
Color Harmonies of #BBDFC2
Complementary color
Monochromatic Colors of #BBDFC2
Black with #BBDFC2
Text Example
Text Example
White with #BBDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFC2; }
p { color: rgb(187,223,194); }
H1.HeaderClassName
{
color: #BBDFC2;
}
.AnyTagClassName
{
color: #BBDFC2;
}
</style>
background-color css
<style>
a { background-color: #BBDFC2; }
a { background-color: rgb(187,223,194); }
div.DivClassName
{
background-color: #BBDFC2;
}
.BgClassName
{
background-color: #BBDFC2;
}
</style>
border-color css
<style>
span { border-color: #BBDFC2; }
span { border-color: rgb(187,223,194); }
td.TdClassName
{
border-color: #BBDFC2;
}
.TagClassName
{
border-color: #BBDFC2;
}
</style>