Shades of Edgewater #BCDFC5
Tints of Edgewater #BCDFC5
RGB
CMYK
RGB Variations
Color information
#BCDFC5 (or 0xBCDFC5) is known color: Edgewater. HEX triplet: BC, DF and C5. RGB value is (188,223,197). Sum of RGB (Red+Green+Blue) = 188+223+197=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC5 is #43203A. Grayscale: #D1D1D1. Windows color (decimal): -4399163 or 12967868. OLE color: 12967868.
HSL color Cylindrical-coordinate representation of color #BCDFC5: hue angle of 135.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 197 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.13 |
| HSL | 135.43º | 0.35% | 0.81% | - |
| HSV(B) | 135.43º | 0.16% | 0.87% | - |
| XYZ | 57.2 | 67.5 | 62.84 | - |
| YUV | 209.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 197 | 0.16 | 0 | 0.12 | 0.13 | 135.43 | 0.35 | 0.81 |
| Hex | BC | DF | C5 | 10 | 0 | C | D | 87 | 23 | 51 |
| Octal | 274 | 337 | 305 | 20 | 0 | 14 | 15 | 207 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11000101 | 10000 | 0 | 1100 | 1101 | 10000111 | 100011 | 1010001 |
Color Harmonies of #BCDFC5
Complementary color
Monochromatic Colors of #BCDFC5
Black with #BCDFC5
Text Example
Text Example
White with #BCDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFC5; }
p { color: rgb(188,223,197); }
H1.HeaderClassName
{
color: #BCDFC5;
}
.AnyTagClassName
{
color: #BCDFC5;
}
</style>
background-color css
<style>
a { background-color: #BCDFC5; }
a { background-color: rgb(188,223,197); }
div.DivClassName
{
background-color: #BCDFC5;
}
.BgClassName
{
background-color: #BCDFC5;
}
</style>
border-color css
<style>
span { border-color: #BCDFC5; }
span { border-color: rgb(188,223,197); }
td.TdClassName
{
border-color: #BCDFC5;
}
.TagClassName
{
border-color: #BCDFC5;
}
</style>