#A1BEFB

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

Shades of Perano #A1BEFB

Tints of Perano #A1BEFB

Color information

#A1BEFB (or 0xA1BEFB) is unknown color: approx Perano. HEX triplet: A1, BE and FB. RGB value is (161,190,251). Sum of RGB (Red+Green+Blue) = 161+190+251=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BEFB is #5E4104. Grayscale: #BCBCBC. Windows color (decimal): -6177029 or 16498337. OLE color: 16498337.

HSL color Cylindrical-coordinate representation of color #A1BEFB: hue angle of 220.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1BEFB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161190251-
CMYK0.360.2400.02
HSL220.67º91.84%80.78%-
HSV(B)220.67º35.86%98.43%-
XYZ50.5251.3798.52-
YUV188.28163.39108.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.74%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=26.74%
G=31.56%
B=41.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611902510.360.2400.02220.6791.8480.78
HexA1BEFB241802dd5c51
Octal241276373443002335134121
Binary101000011011111011111011100100110000101101110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEFB; }

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

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

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

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

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

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

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

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