#A1BEF2

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

Shades of Perano #A1BEF2

Tints of Perano #A1BEF2

Color information

#A1BEF2 (or 0xA1BEF2) is unknown color: approx Perano. HEX triplet: A1, BE and F2. RGB value is (161,190,242). Sum of RGB (Red+Green+Blue) = 161+190+242=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1BEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BEF2 is #5E410D. Grayscale: #BBBBBB. Windows color (decimal): -6177038 or 15908513. OLE color: 15908513.

HSL color Cylindrical-coordinate representation of color #A1BEF2: hue angle of 218.52º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BEF2 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161190242-
CMYK0.330.2100.05
HSL218.52º75.7%79.02%-
HSV(B)218.52º33.47%94.9%-
XYZ49.1450.8191.22-
YUV187.26158.89109.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=27.15%
G=32.04%
B=40.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611902420.330.2100.05218.5275.779.02
HexA1BEF2211505db4c4f
Octal241276362412505333114117
Binary1010000110111110111100101000011010101011101101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEF2; }

 p { color: rgb(161,190,242); }

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

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

 a { background-color: rgb(161,190,242); }

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

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

 span { border-color: rgb(161,190,242); }

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