Shades of Edgewater #BBDAC1
Tints of Edgewater #BBDAC1
RGB
CMYK
RGB Variations
Color information
#BBDAC1 (or 0xBBDAC1) is known color: Edgewater. HEX triplet: BB, DA and C1. RGB value is (187,218,193). Sum of RGB (Red+Green+Blue) = 187+218+193=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC1 is #44253E. Grayscale: #CDCDCD. Windows color (decimal): -4465983 or 12704443. OLE color: 12704443.
HSL color Cylindrical-coordinate representation of color #BBDAC1: hue angle of 131.61º 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 #BBDAC1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 193 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.15 |
| HSL | 131.61º | 0.3% | 0.79% | - |
| HSV(B) | 131.61º | 0.14% | 0.85% | - |
| XYZ | 55.19 | 64.56 | 60 | - |
| YUV | 205.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 193 | 0.14 | 0 | 0.11 | 0.15 | 131.61 | 0.3 | 0.79 |
| Hex | BB | DA | C1 | E | 0 | B | F | 84 | 1E | 4F |
| Octal | 273 | 332 | 301 | 16 | 0 | 13 | 17 | 204 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11000001 | 1110 | 0 | 1011 | 1111 | 10000100 | 11110 | 1001111 |
Color Harmonies of #BBDAC1
Complementary color
Monochromatic Colors of #BBDAC1
Black with #BBDAC1
Text Example
Text Example
White with #BBDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAC1; }
p { color: rgb(187,218,193); }
H1.HeaderClassName
{
color: #BBDAC1;
}
.AnyTagClassName
{
color: #BBDAC1;
}
</style>
background-color css
<style>
a { background-color: #BBDAC1; }
a { background-color: rgb(187,218,193); }
div.DivClassName
{
background-color: #BBDAC1;
}
.BgClassName
{
background-color: #BBDAC1;
}
</style>
border-color css
<style>
span { border-color: #BBDAC1; }
span { border-color: rgb(187,218,193); }
td.TdClassName
{
border-color: #BBDAC1;
}
.TagClassName
{
border-color: #BBDAC1;
}
</style>