Shades of Edgewater #BDDFC6
Tints of Edgewater #BDDFC6
RGB
CMYK
RGB Variations
Color information
#BDDFC6 (or 0xBDDFC6) is known color: Edgewater. HEX triplet: BD, DF and C6. RGB value is (189,223,198). Sum of RGB (Red+Green+Blue) = 189+223+198=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC6 is #422039. Grayscale: #D2D2D2. Windows color (decimal): -4333626 or 13033405. OLE color: 13033405.
HSL color Cylindrical-coordinate representation of color #BDDFC6: hue angle of 135.88º 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 #BDDFC6 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 198 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.13 |
| HSL | 135.88º | 0.35% | 0.81% | - |
| HSV(B) | 135.88º | 0.15% | 0.87% | - |
| XYZ | 57.57 | 67.67 | 63.45 | - |
| YUV | 209.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 198 | 0.15 | 0 | 0.11 | 0.13 | 135.88 | 0.35 | 0.81 |
| Hex | BD | DF | C6 | F | 0 | B | D | 88 | 23 | 51 |
| Octal | 275 | 337 | 306 | 17 | 0 | 13 | 15 | 210 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11000110 | 1111 | 0 | 1011 | 1101 | 10001000 | 100011 | 1010001 |
Color Harmonies of #BDDFC6
Complementary color
Monochromatic Colors of #BDDFC6
Black with #BDDFC6
Text Example
Text Example
White with #BDDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFC6; }
p { color: rgb(189,223,198); }
H1.HeaderClassName
{
color: #BDDFC6;
}
.AnyTagClassName
{
color: #BDDFC6;
}
</style>
background-color css
<style>
a { background-color: #BDDFC6; }
a { background-color: rgb(189,223,198); }
div.DivClassName
{
background-color: #BDDFC6;
}
.BgClassName
{
background-color: #BDDFC6;
}
</style>
border-color css
<style>
span { border-color: #BDDFC6; }
span { border-color: rgb(189,223,198); }
td.TdClassName
{
border-color: #BDDFC6;
}
.TagClassName
{
border-color: #BDDFC6;
}
</style>