#A1B9FE

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

Shades of Perano #A1B9FE

Tints of Perano #A1B9FE

Color information

#A1B9FE (or 0xA1B9FE) is unknown color: approx Perano. HEX triplet: A1, B9 and FE. RGB value is (161,185,254). Sum of RGB (Red+Green+Blue) = 161+185+254=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B9FE is #5E4601. Grayscale: #B9B9B9. Windows color (decimal): -6178306 or 16693665. OLE color: 16693665.

HSL color Cylindrical-coordinate representation of color #A1B9FE: hue angle of 224.52º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B9FE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161185254-
CMYK0.370.2700.00
HSL224.52º97.89%81.37%-
HSV(B)224.52º36.61%99.61%-
XYZ49.9449.43100.68-
YUV185.69166.55110.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=26.83%
G=30.83%
B=42.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611852540.370.2700.00224.5297.8981.37
HexA1B9FE251B00e16251
Octal241271376453300341142121
Binary10100001101110011111111010010111011001110000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9FE; }

 p { color: rgb(161,185,254); }

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

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

 a { background-color: rgb(161,185,254); }

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

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

 span { border-color: rgb(161,185,254); }

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