#A2B1EB

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

Shades of Perano #A2B1EB

Tints of Perano #A2B1EB

Color information

#A2B1EB (or 0xA2B1EB) is unknown color: approx Perano. HEX triplet: A2, B1 and EB. RGB value is (162,177,235). Sum of RGB (Red+Green+Blue) = 162+177+235=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2B1EB is #5D4E14. Grayscale: #B2B2B2. Windows color (decimal): -6114837 or 15446434. OLE color: 15446434.

HSL color Cylindrical-coordinate representation of color #A2B1EB: hue angle of 227.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B1EB is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162177235-
CMYK0.310.2500.08
HSL227.67º64.6%77.84%-
HSV(B)227.67º31.06%92.16%-
XYZ45.6245.1284.9-
YUV179.13159.53115.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.22%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=28.22%
G=30.84%
B=40.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621772350.310.2500.08227.6764.677.84
HexA2B1EB1F1908e4414e
Octal2422613533731010344101116
Binary1010001010110001111010111111111001010001110010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B1EB; }

 p { color: rgb(162,177,235); }

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

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

 a { background-color: rgb(162,177,235); }

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

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

 span { border-color: rgb(162,177,235); }

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