#A1A4C8

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

Shades of Blue Bell #A1A4C8

Tints of Blue Bell #A1A4C8

Color information

#A1A4C8 (or 0xA1A4C8) is unknown color: approx Blue Bell. HEX triplet: A1, A4 and C8. RGB value is (161,164,200). Sum of RGB (Red+Green+Blue) = 161+164+200=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #A1A4C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4C8 is #5E5B37. Grayscale: #A7A7A7. Windows color (decimal): -6183736 or 13149345. OLE color: 13149345.

HSL color Cylindrical-coordinate representation of color #A1A4C8: hue angle of 235.38º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1A4C8 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161164200-
CMYK0.190.1800.22
HSL235.38º26.17%70.78%-
HSV(B)235.38º19.5%78.43%-
XYZ38.438.360.01-
YUV167.21146.51123.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=30.67%
G=31.24%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611642000.190.1800.22235.3826.1770.78
HexA1A4C81312016eb1a47
Octal241244310232202635332107
Binary101000011010010011001000100111001001011011101011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4C8; }

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

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

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

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

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

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

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

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