Shades of Edgewater #B5D5BF
Tints of Edgewater #B5D5BF
RGB
CMYK
RGB Variations
Color information
#B5D5BF (or 0xB5D5BF) is known color: Edgewater. HEX triplet: B5, D5 and BF. RGB value is (181,213,191). Sum of RGB (Red+Green+Blue) = 181+213+191=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5BF is #4A2A40. Grayscale: #C8C8C8. Windows color (decimal): -4860481 or 12572085. OLE color: 12572085.
HSL color Cylindrical-coordinate representation of color #B5D5BF: hue angle of 138.75º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D5BF is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 191 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.16 |
| HSL | 138.75º | 0.28% | 0.77% | - |
| HSV(B) | 138.75º | 0.15% | 0.84% | - |
| XYZ | 52.25 | 61.17 | 58.34 | - |
| YUV | 200.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 191 | 0.15 | 0 | 0.10 | 0.16 | 138.75 | 0.28 | 0.77 |
| Hex | B5 | D5 | BF | F | 0 | A | 10 | 8B | 1C | 4D |
| Octal | 265 | 325 | 277 | 17 | 0 | 12 | 20 | 213 | 34 | 115 |
| Binary | 10110101 | 11010101 | 10111111 | 1111 | 0 | 1010 | 10000 | 10001011 | 11100 | 1001101 |
Color Harmonies of #B5D5BF
Complementary color
Monochromatic Colors of #B5D5BF
Black with #B5D5BF
Text Example
Text Example
White with #B5D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5BF; }
p { color: rgb(181,213,191); }
H1.HeaderClassName
{
color: #B5D5BF;
}
.AnyTagClassName
{
color: #B5D5BF;
}
</style>
background-color css
<style>
a { background-color: #B5D5BF; }
a { background-color: rgb(181,213,191); }
div.DivClassName
{
background-color: #B5D5BF;
}
.BgClassName
{
background-color: #B5D5BF;
}
</style>
border-color css
<style>
span { border-color: #B5D5BF; }
span { border-color: rgb(181,213,191); }
td.TdClassName
{
border-color: #B5D5BF;
}
.TagClassName
{
border-color: #B5D5BF;
}
</style>