Shades of Edgewater #BCCFC1
Tints of Edgewater #BCCFC1
RGB
CMYK
RGB Variations
Color information
#BCCFC1 (or 0xBCCFC1) is known color: Edgewater. HEX triplet: BC, CF and C1. RGB value is (188,207,193). Sum of RGB (Red+Green+Blue) = 188+207+193=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC1 is #43303E. Grayscale: #C7C7C7. Windows color (decimal): -4403263 or 12701628. OLE color: 12701628.
HSL color Cylindrical-coordinate representation of color #BCCFC1: hue angle of 135.79º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFC1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 193 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.19 |
| HSL | 135.79º | 0.17% | 0.77% | - |
| HSV(B) | 135.79º | 0.09% | 0.81% | - |
| XYZ | 52.68 | 59.17 | 59.1 | - |
| YUV | 199.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 193 | 0.09 | 0 | 0.07 | 0.19 | 135.79 | 0.17 | 0.77 |
| Hex | BC | CF | C1 | 9 | 0 | 7 | 13 | 88 | 11 | 4D |
| Octal | 274 | 317 | 301 | 11 | 0 | 7 | 23 | 210 | 21 | 115 |
| Binary | 10111100 | 11001111 | 11000001 | 1001 | 0 | 111 | 10011 | 10001000 | 10001 | 1001101 |
Color Harmonies of #BCCFC1
Complementary color
Monochromatic Colors of #BCCFC1
Black with #BCCFC1
Text Example
Text Example
White with #BCCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFC1; }
p { color: rgb(188,207,193); }
H1.HeaderClassName
{
color: #BCCFC1;
}
.AnyTagClassName
{
color: #BCCFC1;
}
</style>
background-color css
<style>
a { background-color: #BCCFC1; }
a { background-color: rgb(188,207,193); }
div.DivClassName
{
background-color: #BCCFC1;
}
.BgClassName
{
background-color: #BCCFC1;
}
</style>
border-color css
<style>
span { border-color: #BCCFC1; }
span { border-color: rgb(188,207,193); }
td.TdClassName
{
border-color: #BCCFC1;
}
.TagClassName
{
border-color: #BCCFC1;
}
</style>