Shades of Edgewater #BBDFC3
Tints of Edgewater #BBDFC3
RGB
CMYK
RGB Variations
Color information
#BBDFC3 (or 0xBBDFC3) is known color: Edgewater. HEX triplet: BB, DF and C3. RGB value is (187,223,195). Sum of RGB (Red+Green+Blue) = 187+223+195=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC3 is #44203C. Grayscale: #D1D1D1. Windows color (decimal): -4464701 or 12836795. OLE color: 12836795.
HSL color Cylindrical-coordinate representation of color #BBDFC3: hue angle of 133.33º 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 #BBDFC3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 195 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.13 |
| HSL | 133.33º | 0.36% | 0.8% | - |
| HSV(B) | 133.33º | 0.16% | 0.87% | - |
| XYZ | 56.73 | 67.28 | 61.63 | - |
| YUV | 209.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 195 | 0.16 | 0 | 0.13 | 0.13 | 133.33 | 0.36 | 0.8 |
| Hex | BB | DF | C3 | 10 | 0 | D | D | 85 | 24 | 50 |
| Octal | 273 | 337 | 303 | 20 | 0 | 15 | 15 | 205 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11000011 | 10000 | 0 | 1101 | 1101 | 10000101 | 100100 | 1010000 |
Color Harmonies of #BBDFC3
Complementary color
Monochromatic Colors of #BBDFC3
Black with #BBDFC3
Text Example
Text Example
White with #BBDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFC3; }
p { color: rgb(187,223,195); }
H1.HeaderClassName
{
color: #BBDFC3;
}
.AnyTagClassName
{
color: #BBDFC3;
}
</style>
background-color css
<style>
a { background-color: #BBDFC3; }
a { background-color: rgb(187,223,195); }
div.DivClassName
{
background-color: #BBDFC3;
}
.BgClassName
{
background-color: #BBDFC3;
}
</style>
border-color css
<style>
span { border-color: #BBDFC3; }
span { border-color: rgb(187,223,195); }
td.TdClassName
{
border-color: #BBDFC3;
}
.TagClassName
{
border-color: #BBDFC3;
}
</style>