#C3BCCB

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

Shades of French Grey #C3BCCB

Tints of French Grey #C3BCCB

Color information

#C3BCCB (or 0xC3BCCB) is unknown color: approx French Grey. HEX triplet: C3, BC and CB. RGB value is (195,188,203). Sum of RGB (Red+Green+Blue) = 195+188+203=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCB is #3C4334. Grayscale: #BFBFBF. Windows color (decimal): -3949365 or 13352131. OLE color: 13352131.

HSL color Cylindrical-coordinate representation of color #C3BCCB: hue angle of 268º degrees, saturation: 0.13, 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 #C3BCCB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195188203-
CMYK0.040.0700.20
HSL268º12.61%76.67%-
HSV(B)268º7.39%79.61%-
XYZ51.2751.8863.81-
YUV191.8134.32130.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=33.28%
G=32.08%
B=34.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951882030.040.0700.2026812.6176.67
HexC3BCCB4701410cd4d
Octal3032743134702441415115
Binary11000011101111001100101110011101010010000110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCCB; }

 p { color: rgb(195,188,203); }

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

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

 a { background-color: rgb(195,188,203); }

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

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

 span { border-color: rgb(195,188,203); }

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