#A2B3EB

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

Shades of Perano #A2B3EB

Tints of Perano #A2B3EB

Color information

#A2B3EB (or 0xA2B3EB) is unknown color: approx Perano. HEX triplet: A2, B3 and EB. RGB value is (162,179,235). Sum of RGB (Red+Green+Blue) = 162+179+235=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2B3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B3EB is #5D4C14. Grayscale: #B4B4B4. Windows color (decimal): -6114325 or 15446946. OLE color: 15446946.

HSL color Cylindrical-coordinate representation of color #A2B3EB: hue angle of 226.03º 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 #A2B3EB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162179235-
CMYK0.310.2400.08
HSL226.03º64.6%77.84%-
HSV(B)226.03º31.06%92.16%-
XYZ46.0245.9285.04-
YUV180.3158.87114.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.12%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=28.12%
G=31.08%
B=40.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621792350.310.2400.08226.0364.677.84
HexA2B3EB1F1808e2414e
Octal2422633533730010342101116
Binary1010001010110011111010111111111000010001110001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B3EB; }

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

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

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

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

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

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

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

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