Shades of Edgewater #BBDAC0
Tints of Edgewater #BBDAC0
RGB
CMYK
RGB Variations
Color information
#BBDAC0 (or 0xBBDAC0) is known color: Edgewater. HEX triplet: BB, DA and C0. RGB value is (187,218,192). Sum of RGB (Red+Green+Blue) = 187+218+192=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC0 is #44253F. Grayscale: #CDCDCD. Windows color (decimal): -4465984 or 12638907. OLE color: 12638907.
HSL color Cylindrical-coordinate representation of color #BBDAC0: hue angle of 129.68º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAC0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 192 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.15 |
| HSL | 129.68º | 0.3% | 0.79% | - |
| HSV(B) | 129.68º | 0.14% | 0.85% | - |
| XYZ | 55.08 | 64.51 | 59.42 | - |
| YUV | 205.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 192 | 0.14 | 0 | 0.12 | 0.15 | 129.68 | 0.3 | 0.79 |
| Hex | BB | DA | C0 | E | 0 | C | F | 82 | 1E | 4F |
| Octal | 273 | 332 | 300 | 16 | 0 | 14 | 17 | 202 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11000000 | 1110 | 0 | 1100 | 1111 | 10000010 | 11110 | 1001111 |
Color Harmonies of #BBDAC0
Complementary color
Monochromatic Colors of #BBDAC0
Black with #BBDAC0
Text Example
Text Example
White with #BBDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAC0; }
p { color: rgb(187,218,192); }
H1.HeaderClassName
{
color: #BBDAC0;
}
.AnyTagClassName
{
color: #BBDAC0;
}
</style>
background-color css
<style>
a { background-color: #BBDAC0; }
a { background-color: rgb(187,218,192); }
div.DivClassName
{
background-color: #BBDAC0;
}
.BgClassName
{
background-color: #BBDAC0;
}
</style>
border-color css
<style>
span { border-color: #BBDAC0; }
span { border-color: rgb(187,218,192); }
td.TdClassName
{
border-color: #BBDAC0;
}
.TagClassName
{
border-color: #BBDAC0;
}
</style>