Shades of French Grey #C6BFCD
Tints of French Grey #C6BFCD
RGB
CMYK
RGB Variations
Color information
#C6BFCD (or 0xC6BFCD) is known color: French Grey. HEX triplet: C6, BF and CD. RGB value is (198,191,205). Sum of RGB (Red+Green+Blue) = 198+191+205=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCD is #394032. Grayscale: #C2C2C2. Windows color (decimal): -3751987 or 13483974. OLE color: 13483974.
HSL color Cylindrical-coordinate representation of color #C6BFCD: hue angle of 270º 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 #C6BFCD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 191 | 205 | - |
CMYK | 0.03 | 0.07 | 0 | 0.20 |
HSL | 270º | 0.12% | 0.78% | - |
HSV(B) | 270º | 0.07% | 0.8% | - |
XYZ | 52.94 | 53.68 | 65.33 | - |
YUV | 194.69 | 133.82 | 130.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 191 | 205 | 0.03 | 0.07 | 0 | 0.20 | 270 | 0.12 | 0.78 |
Hex | C6 | BF | CD | 3 | 7 | 0 | 14 | 10E | C | 4E |
Octal | 306 | 277 | 315 | 3 | 7 | 0 | 24 | 416 | 14 | 116 |
Binary | 11000110 | 10111111 | 11001101 | 11 | 111 | 0 | 10100 | 100001110 | 1100 | 1001110 |
Color Harmonies of #C6BFCD
Complementary color
Monochromatic Colors of #C6BFCD
Black with #C6BFCD
Text Example
Text Example
White with #C6BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFCD; }
p { color: rgb(198,191,205); }
H1.HeaderClassName
{
color: #C6BFCD;
}
.AnyTagClassName
{
color: #C6BFCD;
}
</style>
background-color css
<style>
a { background-color: #C6BFCD; }
a { background-color: rgb(198,191,205); }
div.DivClassName
{
background-color: #C6BFCD;
}
.BgClassName
{
background-color: #C6BFCD;
}
</style>
border-color css
<style>
span { border-color: #C6BFCD; }
span { border-color: rgb(198,191,205); }
td.TdClassName
{
border-color: #C6BFCD;
}
.TagClassName
{
border-color: #C6BFCD;
}
</style>