Shades of French Grey #C2BAC7
Tints of French Grey #C2BAC7
RGB
CMYK
RGB Variations
Color information
#C2BAC7 (or 0xC2BAC7) is known color: French Grey. HEX triplet: C2, BA and C7. RGB value is (194,186,199). Sum of RGB (Red+Green+Blue) = 194+186+199=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2BAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAC7 is #3D4538. Grayscale: #BDBDBD. Windows color (decimal): -4015417 or 13089474. OLE color: 13089474.
HSL color Cylindrical-coordinate representation of color #C2BAC7: hue angle of 276.92º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BAC7 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 194 | 186 | 199 | - |
CMYK | 0.03 | 0.07 | 0 | 0.22 |
HSL | 276.92º | 0.1% | 0.75% | - |
HSV(B) | 276.92º | 0.07% | 0.78% | - |
XYZ | 50.12 | 50.71 | 61.18 | - |
YUV | 189.87 | 133.15 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 186 | 199 | 0.03 | 0.07 | 0 | 0.22 | 276.92 | 0.1 | 0.75 |
Hex | C2 | BA | C7 | 3 | 7 | 0 | 16 | 115 | A | 4B |
Octal | 302 | 272 | 307 | 3 | 7 | 0 | 26 | 425 | 12 | 113 |
Binary | 11000010 | 10111010 | 11000111 | 11 | 111 | 0 | 10110 | 100010101 | 1010 | 1001011 |
Color Harmonies of #C2BAC7
Complementary color
Monochromatic Colors of #C2BAC7
Black with #C2BAC7
Text Example
Text Example
White with #C2BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAC7; }
p { color: rgb(194,186,199); }
H1.HeaderClassName
{
color: #C2BAC7;
}
.AnyTagClassName
{
color: #C2BAC7;
}
</style>
background-color css
<style>
a { background-color: #C2BAC7; }
a { background-color: rgb(194,186,199); }
div.DivClassName
{
background-color: #C2BAC7;
}
.BgClassName
{
background-color: #C2BAC7;
}
</style>
border-color css
<style>
span { border-color: #C2BAC7; }
span { border-color: rgb(194,186,199); }
td.TdClassName
{
border-color: #C2BAC7;
}
.TagClassName
{
border-color: #C2BAC7;
}
</style>