#A9B4FE

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

Shades of Perano #A9B4FE

Tints of Perano #A9B4FE

Color information

#A9B4FE (or 0xA9B4FE) is unknown color: approx Perano. HEX triplet: A9, B4 and FE. RGB value is (169,180,254). Sum of RGB (Red+Green+Blue) = 169+180+254=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B4FE is #564B01. Grayscale: #B8B8B8. Windows color (decimal): -5655298 or 16692393. OLE color: 16692393.

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

Color convert

RGB169180254-
CMYK0.330.2900.00
HSL232.24º97.7%82.94%-
HSV(B)232.24º33.46%99.61%-
XYZ50.5748.23100.41-
YUV185.15166.86116.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.03%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=28.03%
G=29.85%
B=42.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691802540.330.2900.00232.2497.782.94
HexA9B4FE211D00e86253
Octal251264376413500350142123
Binary10101001101101001111111010000111101001110100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4FE; }

 p { color: rgb(169,180,254); }

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

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

 a { background-color: rgb(169,180,254); }

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

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

 span { border-color: rgb(169,180,254); }

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