Shades of Edgewater #BBDFC5
Tints of Edgewater #BBDFC5
RGB
CMYK
RGB Variations
Color information
#BBDFC5 (or 0xBBDFC5) is known color: Edgewater. HEX triplet: BB, DF and C5. RGB value is (187,223,197). Sum of RGB (Red+Green+Blue) = 187+223+197=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC5 is #44203A. Grayscale: #D1D1D1. Windows color (decimal): -4464699 or 12967867. OLE color: 12967867.
HSL color Cylindrical-coordinate representation of color #BBDFC5: hue angle of 136.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 #BBDFC5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 197 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.13 |
| HSL | 136.67º | 0.36% | 0.8% | - |
| HSV(B) | 136.67º | 0.16% | 0.87% | - |
| XYZ | 56.96 | 67.37 | 62.83 | - |
| YUV | 209.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 197 | 0.16 | 0 | 0.12 | 0.13 | 136.67 | 0.36 | 0.8 |
| Hex | BB | DF | C5 | 10 | 0 | C | D | 89 | 24 | 50 |
| Octal | 273 | 337 | 305 | 20 | 0 | 14 | 15 | 211 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11000101 | 10000 | 0 | 1100 | 1101 | 10001001 | 100100 | 1010000 |
Color Harmonies of #BBDFC5
Complementary color
Monochromatic Colors of #BBDFC5
Black with #BBDFC5
Text Example
Text Example
White with #BBDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFC5; }
p { color: rgb(187,223,197); }
H1.HeaderClassName
{
color: #BBDFC5;
}
.AnyTagClassName
{
color: #BBDFC5;
}
</style>
background-color css
<style>
a { background-color: #BBDFC5; }
a { background-color: rgb(187,223,197); }
div.DivClassName
{
background-color: #BBDFC5;
}
.BgClassName
{
background-color: #BBDFC5;
}
</style>
border-color css
<style>
span { border-color: #BBDFC5; }
span { border-color: rgb(187,223,197); }
td.TdClassName
{
border-color: #BBDFC5;
}
.TagClassName
{
border-color: #BBDFC5;
}
</style>