Shades of Edgewater #BDDFC1
Tints of Edgewater #BDDFC1
RGB
CMYK
RGB Variations
Color information
#BDDFC1 (or 0xBDDFC1) is known color: Edgewater. HEX triplet: BD, DF and C1. RGB value is (189,223,193). Sum of RGB (Red+Green+Blue) = 189+223+193=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC1 is #42203E. Grayscale: #D1D1D1. Windows color (decimal): -4333631 or 12705725. OLE color: 12705725.
HSL color Cylindrical-coordinate representation of color #BDDFC1: hue angle of 127.06º 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 #BDDFC1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 193 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.13 |
| HSL | 127.06º | 0.35% | 0.81% | - |
| HSV(B) | 127.06º | 0.15% | 0.87% | - |
| XYZ | 57 | 67.44 | 60.47 | - |
| YUV | 209.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 193 | 0.15 | 0 | 0.13 | 0.13 | 127.06 | 0.35 | 0.81 |
| Hex | BD | DF | C1 | F | 0 | D | D | 7F | 23 | 51 |
| Octal | 275 | 337 | 301 | 17 | 0 | 15 | 15 | 177 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11000001 | 1111 | 0 | 1101 | 1101 | 1111111 | 100011 | 1010001 |
Color Harmonies of #BDDFC1
Complementary color
Monochromatic Colors of #BDDFC1
Black with #BDDFC1
Text Example
Text Example
White with #BDDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFC1; }
p { color: rgb(189,223,193); }
H1.HeaderClassName
{
color: #BDDFC1;
}
.AnyTagClassName
{
color: #BDDFC1;
}
</style>
background-color css
<style>
a { background-color: #BDDFC1; }
a { background-color: rgb(189,223,193); }
div.DivClassName
{
background-color: #BDDFC1;
}
.BgClassName
{
background-color: #BDDFC1;
}
</style>
border-color css
<style>
span { border-color: #BDDFC1; }
span { border-color: rgb(189,223,193); }
td.TdClassName
{
border-color: #BDDFC1;
}
.TagClassName
{
border-color: #BDDFC1;
}
</style>