#C2BBCB

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

Shades of French Grey #C2BBCB

Tints of French Grey #C2BBCB

Color information

#C2BBCB (or 0xC2BBCB) is unknown color: approx French Grey. HEX triplet: C2, BB and CB. RGB value is (194,187,203). Sum of RGB (Red+Green+Blue) = 194+187+203=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCB is #3D4434. Grayscale: #BEBEBE. Windows color (decimal): -4015157 or 13351874. OLE color: 13351874.

HSL color Cylindrical-coordinate representation of color #C2BBCB: hue angle of 266.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BBCB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194187203-
CMYK0.040.0800.20
HSL266.25º13.33%76.47%-
HSV(B)266.25º7.88%79.61%-
XYZ50.851.3263.73-
YUV190.92134.82130.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=33.22%
G=32.02%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941872030.040.0800.20266.2513.3376.47
HexC2BBCB4801410ad4c
Octal30227331341002441215114
Binary110000101011101111001011100100001010010000101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBCB; }

 p { color: rgb(194,187,203); }

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

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

 a { background-color: rgb(194,187,203); }

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

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

 span { border-color: rgb(194,187,203); }

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