Shades of Edgewater #BDDFC4
Tints of Edgewater #BDDFC4
RGB
CMYK
RGB Variations
Color information
#BDDFC4 (or 0xBDDFC4) is known color: Edgewater. HEX triplet: BD, DF and C4. RGB value is (189,223,196). Sum of RGB (Red+Green+Blue) = 189+223+196=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC4 is #42203B. Grayscale: #D1D1D1. Windows color (decimal): -4333628 or 12902333. OLE color: 12902333.
HSL color Cylindrical-coordinate representation of color #BDDFC4: hue angle of 132.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFC4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 196 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.13 |
| HSL | 132.35º | 0.35% | 0.81% | - |
| HSV(B) | 132.35º | 0.15% | 0.87% | - |
| XYZ | 57.34 | 67.58 | 62.25 | - |
| YUV | 209.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 196 | 0.15 | 0 | 0.12 | 0.13 | 132.35 | 0.35 | 0.81 |
| Hex | BD | DF | C4 | F | 0 | C | D | 84 | 23 | 51 |
| Octal | 275 | 337 | 304 | 17 | 0 | 14 | 15 | 204 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11000100 | 1111 | 0 | 1100 | 1101 | 10000100 | 100011 | 1010001 |
Color Harmonies of #BDDFC4
Complementary color
Monochromatic Colors of #BDDFC4
Black with #BDDFC4
Text Example
Text Example
White with #BDDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFC4; }
p { color: rgb(189,223,196); }
H1.HeaderClassName
{
color: #BDDFC4;
}
.AnyTagClassName
{
color: #BDDFC4;
}
</style>
background-color css
<style>
a { background-color: #BDDFC4; }
a { background-color: rgb(189,223,196); }
div.DivClassName
{
background-color: #BDDFC4;
}
.BgClassName
{
background-color: #BDDFC4;
}
</style>
border-color css
<style>
span { border-color: #BDDFC4; }
span { border-color: rgb(189,223,196); }
td.TdClassName
{
border-color: #BDDFC4;
}
.TagClassName
{
border-color: #BDDFC4;
}
</style>