Shades of French Grey #C2BCC7
Tints of French Grey #C2BCC7
RGB
CMYK
RGB Variations
Color information
#C2BCC7 (or 0xC2BCC7) is known color: French Grey. HEX triplet: C2, BC and C7. RGB value is (194,188,199). Sum of RGB (Red+Green+Blue) = 194+188+199=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCC7 is #3D4338. Grayscale: #BFBFBF. Windows color (decimal): -4014905 or 13089986. OLE color: 13089986.
HSL color Cylindrical-coordinate representation of color #C2BCC7: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BCC7 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 194 | 188 | 199 | - |
CMYK | 0.03 | 0.06 | 0 | 0.22 |
HSL | 272.73º | 0.09% | 0.76% | - |
HSV(B) | 272.73º | 0.06% | 0.78% | - |
XYZ | 50.54 | 51.56 | 61.32 | - |
YUV | 191.05 | 132.49 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 188 | 199 | 0.03 | 0.06 | 0 | 0.22 | 272.73 | 0.09 | 0.76 |
Hex | C2 | BC | C7 | 3 | 6 | 0 | 16 | 111 | 9 | 4C |
Octal | 302 | 274 | 307 | 3 | 6 | 0 | 26 | 421 | 11 | 114 |
Binary | 11000010 | 10111100 | 11000111 | 11 | 110 | 0 | 10110 | 100010001 | 1001 | 1001100 |
Color Harmonies of #C2BCC7
Complementary color
Monochromatic Colors of #C2BCC7
Black with #C2BCC7
Text Example
Text Example
White with #C2BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCC7; }
p { color: rgb(194,188,199); }
H1.HeaderClassName
{
color: #C2BCC7;
}
.AnyTagClassName
{
color: #C2BCC7;
}
</style>
background-color css
<style>
a { background-color: #C2BCC7; }
a { background-color: rgb(194,188,199); }
div.DivClassName
{
background-color: #C2BCC7;
}
.BgClassName
{
background-color: #C2BCC7;
}
</style>
border-color css
<style>
span { border-color: #C2BCC7; }
span { border-color: rgb(194,188,199); }
td.TdClassName
{
border-color: #C2BCC7;
}
.TagClassName
{
border-color: #C2BCC7;
}
</style>