Shades of French Grey #C2BCC5
Tints of French Grey #C2BCC5
RGB
CMYK
RGB Variations
Color information
#C2BCC5 (or 0xC2BCC5) is known color: French Grey. HEX triplet: C2, BC and C5. RGB value is (194,188,197). Sum of RGB (Red+Green+Blue) = 194+188+197=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 197 - color contains mainly: blue. Hex color #C2BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCC5 is #3D433A. Grayscale: #BEBEBE. Windows color (decimal): -4014907 or 12958914. OLE color: 12958914.
HSL color Cylindrical-coordinate representation of color #C2BCC5: hue angle of 280º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BCC5 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 194 | 188 | 197 | - |
CMYK | 0.02 | 0.05 | 0 | 0.23 |
HSL | 280º | 0.07% | 0.75% | - |
HSV(B) | 280º | 0.05% | 0.77% | - |
XYZ | 50.31 | 51.47 | 60.11 | - |
YUV | 190.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 188 | 197 | 0.02 | 0.05 | 0 | 0.23 | 280 | 0.07 | 0.75 |
Hex | C2 | BC | C5 | 2 | 5 | 0 | 17 | 118 | 7 | 4B |
Octal | 302 | 274 | 305 | 2 | 5 | 0 | 27 | 430 | 7 | 113 |
Binary | 11000010 | 10111100 | 11000101 | 10 | 101 | 0 | 10111 | 100011000 | 111 | 1001011 |
Color Harmonies of #C2BCC5
Complementary color
Monochromatic Colors of #C2BCC5
Black with #C2BCC5
Text Example
Text Example
White with #C2BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCC5; }
p { color: rgb(194,188,197); }
H1.HeaderClassName
{
color: #C2BCC5;
}
.AnyTagClassName
{
color: #C2BCC5;
}
</style>
background-color css
<style>
a { background-color: #C2BCC5; }
a { background-color: rgb(194,188,197); }
div.DivClassName
{
background-color: #C2BCC5;
}
.BgClassName
{
background-color: #C2BCC5;
}
</style>
border-color css
<style>
span { border-color: #C2BCC5; }
span { border-color: rgb(194,188,197); }
td.TdClassName
{
border-color: #C2BCC5;
}
.TagClassName
{
border-color: #C2BCC5;
}
</style>