#A9B6FE

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

Shades of Perano #A9B6FE

Tints of Perano #A9B6FE

Color information

#A9B6FE (or 0xA9B6FE) is unknown color: approx Perano. HEX triplet: A9, B6 and FE. RGB value is (169,182,254). Sum of RGB (Red+Green+Blue) = 169+182+254=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B6FE is #564901. Grayscale: #BABABA. Windows color (decimal): -5654786 or 16692905. OLE color: 16692905.

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

Color convert

RGB169182254-
CMYK0.330.2800.00
HSL230.82º97.7%82.94%-
HSV(B)230.82º33.46%99.61%-
XYZ50.9849.05100.55-
YUV186.32166.19115.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.93%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=27.93%
G=30.08%
B=41.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691822540.330.2800.00230.8297.782.94
HexA9B6FE211C00e76253
Octal251266376413400347142123
Binary10101001101101101111111010000111100001110011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6FE; }

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

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

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

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

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

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

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

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