Shades of Edgewater #BBDFC6
Tints of Edgewater #BBDFC6
RGB
CMYK
RGB Variations
Color information
#BBDFC6 (or 0xBBDFC6) is known color: Edgewater. HEX triplet: BB, DF and C6. RGB value is (187,223,198). Sum of RGB (Red+Green+Blue) = 187+223+198=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC6 is #442039. Grayscale: #D1D1D1. Windows color (decimal): -4464698 or 13033403. OLE color: 13033403.
HSL color Cylindrical-coordinate representation of color #BBDFC6: hue angle of 138.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 #BBDFC6 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 198 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.13 |
| HSL | 138.33º | 0.36% | 0.8% | - |
| HSV(B) | 138.33º | 0.16% | 0.87% | - |
| XYZ | 57.07 | 67.42 | 63.43 | - |
| YUV | 209.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 198 | 0.16 | 0 | 0.11 | 0.13 | 138.33 | 0.36 | 0.8 |
| Hex | BB | DF | C6 | 10 | 0 | B | D | 8A | 24 | 50 |
| Octal | 273 | 337 | 306 | 20 | 0 | 13 | 15 | 212 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11000110 | 10000 | 0 | 1011 | 1101 | 10001010 | 100100 | 1010000 |
Color Harmonies of #BBDFC6
Complementary color
Monochromatic Colors of #BBDFC6
Black with #BBDFC6
Text Example
Text Example
White with #BBDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFC6; }
p { color: rgb(187,223,198); }
H1.HeaderClassName
{
color: #BBDFC6;
}
.AnyTagClassName
{
color: #BBDFC6;
}
</style>
background-color css
<style>
a { background-color: #BBDFC6; }
a { background-color: rgb(187,223,198); }
div.DivClassName
{
background-color: #BBDFC6;
}
.BgClassName
{
background-color: #BBDFC6;
}
</style>
border-color css
<style>
span { border-color: #BBDFC6; }
span { border-color: rgb(187,223,198); }
td.TdClassName
{
border-color: #BBDFC6;
}
.TagClassName
{
border-color: #BBDFC6;
}
</style>