#A2BEFF

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

Shades of Perano #A2BEFF

Tints of Perano #A2BEFF

Color information

#A2BEFF (or 0xA2BEFF) is unknown color: approx Perano. HEX triplet: A2, BE and FF. RGB value is (162,190,255). Sum of RGB (Red+Green+Blue) = 162+190+255=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEFF is #5D4100. Grayscale: #BCBCBC. Windows color (decimal): -6111489 or 16760482. OLE color: 16760482.

HSL color Cylindrical-coordinate representation of color #A2BEFF: hue angle of 221.94º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2BEFF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162190255-
CMYK0.360.2500
HSL221.94º100%81.76%-
HSV(B)221.94º36.47%100%-
XYZ51.3651.73101.89-
YUV189.04165.22108.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.69%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 255 (100% from 255) = 42.01%
R=26.69%
G=31.30%
B=42.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621902550.360.2500221.9410081.76
HexA2BEFF241900de6452
Octal242276377443100336144122
Binary10100010101111101111111110010011001001101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEFF; }

 p { color: rgb(162,190,255); }

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

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

 a { background-color: rgb(162,190,255); }

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

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

 span { border-color: rgb(162,190,255); }

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