#A1A4C3

Color #A1A4C3 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #A1A4C3

Tints of Blue Bell #A1A4C3

Color information

#A1A4C3 (or 0xA1A4C3) is unknown color: approx Blue Bell. HEX triplet: A1, A4 and C3. RGB value is (161,164,195). Sum of RGB (Red+Green+Blue) = 161+164+195=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #A1A4C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4C3 is #5E5B3C. Grayscale: #A6A6A6. Windows color (decimal): -6183741 or 12821665. OLE color: 12821665.

HSL color Cylindrical-coordinate representation of color #A1A4C3: hue angle of 234.71º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1A4C3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161164195-
CMYK0.170.1600.24
HSL234.71º22.08%69.8%-
HSV(B)234.71º17.44%76.47%-
XYZ37.8238.0756.98-
YUV166.64144.01123.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=30.96%
G=31.54%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611641950.170.1600.24234.7122.0869.8
HexA1A4C31110018eb1646
Octal241244303212003035326106
Binary101000011010010011000011100011000001100011101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4C3; }

 p { color: rgb(161,164,195); }

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

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

 a { background-color: rgb(161,164,195); }

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

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

 span { border-color: rgb(161,164,195); }

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