#C2BDCA

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

Shades of French Grey #C2BDCA

Tints of French Grey #C2BDCA

Color information

#C2BDCA (or 0xC2BDCA) is unknown color: approx French Grey. HEX triplet: C2, BD and CA. RGB value is (194,189,202). Sum of RGB (Red+Green+Blue) = 194+189+202=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDCA is #3D4235. Grayscale: #BFBFBF. Windows color (decimal): -4014646 or 13286850. OLE color: 13286850.

HSL color Cylindrical-coordinate representation of color #C2BDCA: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BDCA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194189202-
CMYK0.040.0600.21
HSL263.08º10.92%76.67%-
HSV(B)263.08º6.44%79.22%-
XYZ51.1152.1363.25-
YUV191.98133.66129.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=33.16%
G=32.31%
B=34.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941892020.040.0600.21263.0810.9276.67
HexC2BDCA46015107b4d
Octal3022753124602540713115
Binary11000010101111011100101010011001010110000011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDCA; }

 p { color: rgb(194,189,202); }

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

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

 a { background-color: rgb(194,189,202); }

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

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

 span { border-color: rgb(194,189,202); }

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