Shades of Edgewater #BFCCC2
Tints of Edgewater #BFCCC2
RGB
CMYK
RGB Variations
Color information
#BFCCC2 (or 0xBFCCC2) is known color: Edgewater. HEX triplet: BF, CC and C2. RGB value is (191,204,194). Sum of RGB (Red+Green+Blue) = 191+204+194=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC2 is #40333D. Grayscale: #C7C7C7. Windows color (decimal): -4207422 or 12766399. OLE color: 12766399.
HSL color Cylindrical-coordinate representation of color #BFCCC2: hue angle of 133.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCC2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 191 | 204 | 194 | - |
CMYK | 0.06 | 0 | 0.05 | 0.2 |
HSL | 133.85º | 0.11% | 0.77% | - |
HSV(B) | 133.85º | 0.06% | 0.8% | - |
XYZ | 52.82 | 58.16 | 59.48 | - |
YUV | 198.97 | 125.19 | 122.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 204 | 194 | 0.06 | 0 | 0.05 | 0.2 | 133.85 | 0.11 | 0.77 |
Hex | BF | CC | C2 | 6 | 0 | 5 | 14 | 86 | B | 4D |
Octal | 277 | 314 | 302 | 6 | 0 | 5 | 24 | 206 | 13 | 115 |
Binary | 10111111 | 11001100 | 11000010 | 110 | 0 | 101 | 10100 | 10000110 | 1011 | 1001101 |
Color Harmonies of #BFCCC2
Complementary color
Monochromatic Colors of #BFCCC2
Black with #BFCCC2
Text Example
Text Example
White with #BFCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCC2; }
p { color: rgb(191,204,194); }
H1.HeaderClassName
{
color: #BFCCC2;
}
.AnyTagClassName
{
color: #BFCCC2;
}
</style>
background-color css
<style>
a { background-color: #BFCCC2; }
a { background-color: rgb(191,204,194); }
div.DivClassName
{
background-color: #BFCCC2;
}
.BgClassName
{
background-color: #BFCCC2;
}
</style>
border-color css
<style>
span { border-color: #BFCCC2; }
span { border-color: rgb(191,204,194); }
td.TdClassName
{
border-color: #BFCCC2;
}
.TagClassName
{
border-color: #BFCCC2;
}
</style>