#A2B7EB

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

Shades of Perano #A2B7EB

Tints of Perano #A2B7EB

Color information

#A2B7EB (or 0xA2B7EB) is unknown color: approx Perano. HEX triplet: A2, B7 and EB. RGB value is (162,183,235). Sum of RGB (Red+Green+Blue) = 162+183+235=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B7EB is #5D4814. Grayscale: #B6B6B6. Windows color (decimal): -6113301 or 15447970. OLE color: 15447970.

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

Color convert

RGB162183235-
CMYK0.310.2200.08
HSL222.74º64.6%77.84%-
HSV(B)222.74º31.06%92.16%-
XYZ46.8347.5585.31-
YUV182.65157.54113.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.93%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=27.93%
G=31.55%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621832350.310.2200.08222.7464.677.84
HexA2B7EB1F1608df414e
Octal2422673533726010337101116
Binary1010001010110111111010111111110110010001101111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B7EB; }

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

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

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

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

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

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

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

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