Shades of French Grey #C2BDC4
Tints of French Grey #C2BDC4
RGB
CMYK
RGB Variations
Color information
#C2BDC4 (or 0xC2BDC4) is known color: French Grey. HEX triplet: C2, BD and C4. RGB value is (194,189,196). Sum of RGB (Red+Green+Blue) = 194+189+196=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDC4 is #3D423B. Grayscale: #BFBFBF. Windows color (decimal): -4014652 or 12893634. OLE color: 12893634.
HSL color Cylindrical-coordinate representation of color #C2BDC4: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BDC4 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 194 | 189 | 196 | - |
CMYK | 0.01 | 0.04 | 0 | 0.23 |
HSL | 282.86º | 0.06% | 0.75% | - |
HSV(B) | 282.86º | 0.04% | 0.77% | - |
XYZ | 50.41 | 51.85 | 59.58 | - |
YUV | 191.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 189 | 196 | 0.01 | 0.04 | 0 | 0.23 | 282.86 | 0.06 | 0.75 |
Hex | C2 | BD | C4 | 1 | 4 | 0 | 17 | 11B | 6 | 4B |
Octal | 302 | 275 | 304 | 1 | 4 | 0 | 27 | 433 | 6 | 113 |
Binary | 11000010 | 10111101 | 11000100 | 1 | 100 | 0 | 10111 | 100011011 | 110 | 1001011 |
Color Harmonies of #C2BDC4
Complementary color
Monochromatic Colors of #C2BDC4
Black with #C2BDC4
Text Example
Text Example
White with #C2BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDC4; }
p { color: rgb(194,189,196); }
H1.HeaderClassName
{
color: #C2BDC4;
}
.AnyTagClassName
{
color: #C2BDC4;
}
</style>
background-color css
<style>
a { background-color: #C2BDC4; }
a { background-color: rgb(194,189,196); }
div.DivClassName
{
background-color: #C2BDC4;
}
.BgClassName
{
background-color: #C2BDC4;
}
</style>
border-color css
<style>
span { border-color: #C2BDC4; }
span { border-color: rgb(194,189,196); }
td.TdClassName
{
border-color: #C2BDC4;
}
.TagClassName
{
border-color: #C2BDC4;
}
</style>