Shades of Edgewater #BDD3C4
Tints of Edgewater #BDD3C4
RGB
CMYK
RGB Variations
Color information
#BDD3C4 (or 0xBDD3C4) is known color: Edgewater. HEX triplet: BD, D3 and C4. RGB value is (189,211,196). Sum of RGB (Red+Green+Blue) = 189+211+196=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3C4 is #422C3B. Grayscale: #CACACA. Windows color (decimal): -4336700 or 12899261. OLE color: 12899261.
HSL color Cylindrical-coordinate representation of color #BDD3C4: hue angle of 139.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3C4 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
RGB | 189 | 211 | 196 | - |
CMYK | 0.10 | 0 | 0.07 | 0.17 |
HSL | 139.09º | 0.2% | 0.78% | - |
HSV(B) | 139.09º | 0.1% | 0.83% | - |
XYZ | 54.24 | 61.39 | 61.22 | - |
YUV | 202.71 | 124.21 | 118.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 211 | 196 | 0.10 | 0 | 0.07 | 0.17 | 139.09 | 0.2 | 0.78 |
Hex | BD | D3 | C4 | A | 0 | 7 | 11 | 8B | 14 | 4E |
Octal | 275 | 323 | 304 | 12 | 0 | 7 | 21 | 213 | 24 | 116 |
Binary | 10111101 | 11010011 | 11000100 | 1010 | 0 | 111 | 10001 | 10001011 | 10100 | 1001110 |
Color Harmonies of #BDD3C4
Complementary color
Monochromatic Colors of #BDD3C4
Black with #BDD3C4
Text Example
Text Example
White with #BDD3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3C4; }
p { color: rgb(189,211,196); }
H1.HeaderClassName
{
color: #BDD3C4;
}
.AnyTagClassName
{
color: #BDD3C4;
}
</style>
background-color css
<style>
a { background-color: #BDD3C4; }
a { background-color: rgb(189,211,196); }
div.DivClassName
{
background-color: #BDD3C4;
}
.BgClassName
{
background-color: #BDD3C4;
}
</style>
border-color css
<style>
span { border-color: #BDD3C4; }
span { border-color: rgb(189,211,196); }
td.TdClassName
{
border-color: #BDD3C4;
}
.TagClassName
{
border-color: #BDD3C4;
}
</style>