#C4BFCB

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

Shades of French Grey #C4BFCB

Tints of French Grey #C4BFCB

Color information

#C4BFCB (or 0xC4BFCB) is unknown color: approx French Grey. HEX triplet: C4, BF and CB. RGB value is (196,191,203). Sum of RGB (Red+Green+Blue) = 196+191+203=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFCB is #3B4034. Grayscale: #C1C1C1. Windows color (decimal): -3883061 or 13352900. OLE color: 13352900.

HSL color Cylindrical-coordinate representation of color #C4BFCB: hue angle of 265º 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 #C4BFCB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196191203-
CMYK0.030.0600.20
HSL265º10.34%77.25%-
HSV(B)265º5.91%79.61%-
XYZ52.1853.3164.04-
YUV193.86133.16129.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=33.22%
G=32.37%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961912030.030.0600.2026510.3477.25
HexC4BFCB36014109a4d
Octal3042773133602441112115
Binary1100010010111111110010111111001010010000100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFCB; }

 p { color: rgb(196,191,203); }

 H1.HeaderClassName
 {
   color: #C4BFCB;
 }
 .AnyTagClassName
 {
   color: #C4BFCB;
 }
</style>
background-color css

<style>
 a { background-color: #C4BFCB; }

 a { background-color: rgb(196,191,203); }

 div.DivClassName
 {
   background-color: #C4BFCB;
 }
 .BgClassName
 {
   background-color: #C4BFCB;
 }
</style>
border-color css

<style>
 span { border-color: #C4BFCB; }

 span { border-color: rgb(196,191,203); }

 td.TdClassName
 {
   border-color: #C4BFCB;
 }
 .TagClassName
 {
   border-color: #C4BFCB;
 }
</style>