Shades of Edgewater #BDDFC3
Tints of Edgewater #BDDFC3
RGB
CMYK
RGB Variations
Color information
#BDDFC3 (or 0xBDDFC3) is known color: Edgewater. HEX triplet: BD, DF and C3. RGB value is (189,223,195). Sum of RGB (Red+Green+Blue) = 189+223+195=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC3 is #42203C. Grayscale: #D1D1D1. Windows color (decimal): -4333629 or 12836797. OLE color: 12836797.
HSL color Cylindrical-coordinate representation of color #BDDFC3: hue angle of 130.59º 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 #BDDFC3 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 195 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.13 |
| HSL | 130.59º | 0.35% | 0.81% | - |
| HSV(B) | 130.59º | 0.15% | 0.87% | - |
| XYZ | 57.22 | 67.53 | 61.65 | - |
| YUV | 209.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 195 | 0.15 | 0 | 0.13 | 0.13 | 130.59 | 0.35 | 0.81 |
| Hex | BD | DF | C3 | F | 0 | D | D | 83 | 23 | 51 |
| Octal | 275 | 337 | 303 | 17 | 0 | 15 | 15 | 203 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11000011 | 1111 | 0 | 1101 | 1101 | 10000011 | 100011 | 1010001 |
Color Harmonies of #BDDFC3
Complementary color
Monochromatic Colors of #BDDFC3
Black with #BDDFC3
Text Example
Text Example
White with #BDDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFC3; }
p { color: rgb(189,223,195); }
H1.HeaderClassName
{
color: #BDDFC3;
}
.AnyTagClassName
{
color: #BDDFC3;
}
</style>
background-color css
<style>
a { background-color: #BDDFC3; }
a { background-color: rgb(189,223,195); }
div.DivClassName
{
background-color: #BDDFC3;
}
.BgClassName
{
background-color: #BDDFC3;
}
</style>
border-color css
<style>
span { border-color: #BDDFC3; }
span { border-color: rgb(189,223,195); }
td.TdClassName
{
border-color: #BDDFC3;
}
.TagClassName
{
border-color: #BDDFC3;
}
</style>