Shades of Edgewater #B7DAC3
Tints of Edgewater #B7DAC3
RGB
CMYK
RGB Variations
Color information
#B7DAC3 (or 0xB7DAC3) is known color: Edgewater. HEX triplet: B7, DA and C3. RGB value is (183,218,195). Sum of RGB (Red+Green+Blue) = 183+218+195=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAC3 is #48253C. Grayscale: #CCCCCC. Windows color (decimal): -4728125 or 12835511. OLE color: 12835511.
HSL color Cylindrical-coordinate representation of color #B7DAC3: hue angle of 140.57º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DAC3 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 195 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.15 |
| HSL | 140.57º | 0.32% | 0.79% | - |
| HSV(B) | 140.57º | 0.16% | 0.85% | - |
| XYZ | 54.45 | 64.15 | 61.14 | - |
| YUV | 204.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 195 | 0.16 | 0 | 0.11 | 0.15 | 140.57 | 0.32 | 0.79 |
| Hex | B7 | DA | C3 | 10 | 0 | B | F | 8D | 20 | 4F |
| Octal | 267 | 332 | 303 | 20 | 0 | 13 | 17 | 215 | 40 | 117 |
| Binary | 10110111 | 11011010 | 11000011 | 10000 | 0 | 1011 | 1111 | 10001101 | 100000 | 1001111 |
Color Harmonies of #B7DAC3
Complementary color
Monochromatic Colors of #B7DAC3
Black with #B7DAC3
Text Example
Text Example
White with #B7DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DAC3; }
p { color: rgb(183,218,195); }
H1.HeaderClassName
{
color: #B7DAC3;
}
.AnyTagClassName
{
color: #B7DAC3;
}
</style>
background-color css
<style>
a { background-color: #B7DAC3; }
a { background-color: rgb(183,218,195); }
div.DivClassName
{
background-color: #B7DAC3;
}
.BgClassName
{
background-color: #B7DAC3;
}
</style>
border-color css
<style>
span { border-color: #B7DAC3; }
span { border-color: rgb(183,218,195); }
td.TdClassName
{
border-color: #B7DAC3;
}
.TagClassName
{
border-color: #B7DAC3;
}
</style>