#C6BFCB

Color #C6BFCB French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #C6BFCB

Tints of French Grey #C6BFCB

Color information

#C6BFCB (or 0xC6BFCB) is unknown color: approx 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

RGB198191203-
CMYK0.020.0600.20
HSL275º10.34%77.25%-
HSV(B)275º5.91%79.61%-
XYZ52.753.5864.06-
YUV194.46132.82130.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=33.45%
G=32.26%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981912030.020.0600.2027510.3477.25
HexC6BFCB26014113a4d
Octal3062773132602442312115
Binary1100011010111111110010111011001010010001001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>