Shades of French Grey #C6BFCB
Tints of French Grey #C6BFCB
RGB
CMYK
RGB Variations
Color information
#C6BFCB (or 0xC6BFCB) is known color: French Grey. HEX triplet: C6, BF and CB. RGB value is (198,191,203). Sum of RGB (Red+Green+Blue) = 198+191+203=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCB is #394034. Grayscale: #C2C2C2. Windows color (decimal): -3751989 or 13352902. OLE color: 13352902.
HSL color Cylindrical-coordinate representation of color #C6BFCB: hue angle of 275º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BFCB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 191 | 203 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.20 |
| HSL | 275º | 0.1% | 0.77% | - |
| HSV(B) | 275º | 0.06% | 0.8% | - |
| XYZ | 52.7 | 53.58 | 64.06 | - |
| YUV | 194.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 203 | 0.02 | 0.06 | 0 | 0.20 | 275 | 0.1 | 0.77 |
| Hex | C6 | BF | CB | 2 | 6 | 0 | 14 | 113 | A | 4D |
| Octal | 306 | 277 | 313 | 2 | 6 | 0 | 24 | 423 | 12 | 115 |
| Binary | 11000110 | 10111111 | 11001011 | 10 | 110 | 0 | 10100 | 100010011 | 1010 | 1001101 |
Color Harmonies of #C6BFCB
Complementary color
Monochromatic Colors of #C6BFCB
Black with #C6BFCB
Text Example
Text Example
White with #C6BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFCB; }
p { color: rgb(198,191,203); }
H1.HeaderClassName
{
color: #C6BFCB;
}
.AnyTagClassName
{
color: #C6BFCB;
}
</style>
background-color css
<style>
a { background-color: #C6BFCB; }
a { background-color: rgb(198,191,203); }
div.DivClassName
{
background-color: #C6BFCB;
}
.BgClassName
{
background-color: #C6BFCB;
}
</style>
border-color css
<style>
span { border-color: #C6BFCB; }
span { border-color: rgb(198,191,203); }
td.TdClassName
{
border-color: #C6BFCB;
}
.TagClassName
{
border-color: #C6BFCB;
}
</style>