#A9B4FC

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

Shades of Perano #A9B4FC

Tints of Perano #A9B4FC

Color information

#A9B4FC (or 0xA9B4FC) is unknown color: approx Perano. HEX triplet: A9, B4 and FC. RGB value is (169,180,252). Sum of RGB (Red+Green+Blue) = 169+180+252=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9B4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B4FC is #564B03. Grayscale: #B8B8B8. Windows color (decimal): -5655300 or 16561321. OLE color: 16561321.

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

Color convert

RGB169180252-
CMYK0.330.2900.01
HSL232.05º93.26%82.55%-
HSV(B)232.05º32.94%98.82%-
XYZ50.2548.1198.73-
YUV184.92165.86116.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.12%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=28.12%
G=29.95%
B=41.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691802520.330.2900.01232.0593.2682.55
HexA9B4FC211D01e85d53
Octal251264374413501350135123
Binary10101001101101001111110010000111101011110100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4FC; }

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

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

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

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

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

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

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

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