#A1BAFE

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

Shades of Perano #A1BAFE

Tints of Perano #A1BAFE

Color information

#A1BAFE (or 0xA1BAFE) is unknown color: approx Perano. HEX triplet: A1, BA and FE. RGB value is (161,186,254). Sum of RGB (Red+Green+Blue) = 161+186+254=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAFE is #5E4501. Grayscale: #B9B9B9. Windows color (decimal): -6178050 or 16693921. OLE color: 16693921.

HSL color Cylindrical-coordinate representation of color #A1BAFE: hue angle of 223.87º 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 #A1BAFE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161186254-
CMYK0.370.2700.00
HSL223.87º97.89%81.37%-
HSV(B)223.87º36.61%99.61%-
XYZ50.1549.85100.75-
YUV186.28166.22109.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.79%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=26.79%
G=30.95%
B=42.26%

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
Decimal1611862540.370.2700.00223.8797.8981.37
HexA1BAFE251B00e06251
Octal241272376453300340142121
Binary10100001101110101111111010010111011001110000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAFE; }

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

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

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

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

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

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

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

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