#C4BDCB

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

Shades of French Grey #C4BDCB

Tints of French Grey #C4BDCB

Color information

#C4BDCB (or 0xC4BDCB) is unknown color: approx French Grey. HEX triplet: C4, BD and CB. RGB value is (196,189,203). Sum of RGB (Red+Green+Blue) = 196+189+203=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCB is #3B4234. Grayscale: #C0C0C0. Windows color (decimal): -3883573 or 13352388. OLE color: 13352388.

HSL color Cylindrical-coordinate representation of color #C4BDCB: hue angle of 270º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BDCB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196189203-
CMYK0.030.0700.20
HSL270º11.86%76.86%-
HSV(B)270º6.9%79.61%-
XYZ51.7452.4463.9-
YUV192.69133.82130.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=33.33%
G=32.14%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961892030.030.0700.2027011.8676.86
HexC4BDCB3701410ec4d
Octal3042753133702441614115
Binary1100010010111101110010111111101010010000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDCB; }

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

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

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

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

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

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

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

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