Shades of French Grey #C5BFCD
Tints of French Grey #C5BFCD
RGB
CMYK
RGB Variations
Color information
#C5BFCD (or 0xC5BFCD) is known color: French Grey. HEX triplet: C5, BF and CD. RGB value is (197,191,205). Sum of RGB (Red+Green+Blue) = 197+191+205=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFCD is #3A4032. Grayscale: #C2C2C2. Windows color (decimal): -3817523 or 13483973. OLE color: 13483973.
HSL color Cylindrical-coordinate representation of color #C5BFCD: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BFCD is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 191 | 205 | - |
CMYK | 0.04 | 0.07 | 0 | 0.20 |
HSL | 265.71º | 0.12% | 0.78% | - |
HSV(B) | 265.71º | 0.07% | 0.8% | - |
XYZ | 52.68 | 53.54 | 65.32 | - |
YUV | 194.39 | 133.99 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 191 | 205 | 0.04 | 0.07 | 0 | 0.20 | 265.71 | 0.12 | 0.78 |
Hex | C5 | BF | CD | 4 | 7 | 0 | 14 | 10A | C | 4E |
Octal | 305 | 277 | 315 | 4 | 7 | 0 | 24 | 412 | 14 | 116 |
Binary | 11000101 | 10111111 | 11001101 | 100 | 111 | 0 | 10100 | 100001010 | 1100 | 1001110 |
Color Harmonies of #C5BFCD
Complementary color
Monochromatic Colors of #C5BFCD
Black with #C5BFCD
Text Example
Text Example
White with #C5BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFCD; }
p { color: rgb(197,191,205); }
H1.HeaderClassName
{
color: #C5BFCD;
}
.AnyTagClassName
{
color: #C5BFCD;
}
</style>
background-color css
<style>
a { background-color: #C5BFCD; }
a { background-color: rgb(197,191,205); }
div.DivClassName
{
background-color: #C5BFCD;
}
.BgClassName
{
background-color: #C5BFCD;
}
</style>
border-color css
<style>
span { border-color: #C5BFCD; }
span { border-color: rgb(197,191,205); }
td.TdClassName
{
border-color: #C5BFCD;
}
.TagClassName
{
border-color: #C5BFCD;
}
</style>