#A9B2EF

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

Shades of Perano #A9B2EF

Tints of Perano #A9B2EF

Color information

#A9B2EF (or 0xA9B2EF) is unknown color: approx Perano. HEX triplet: A9, B2 and EF. RGB value is (169,178,239). Sum of RGB (Red+Green+Blue) = 169+178+239=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B2EF is #564D10. Grayscale: #B6B6B6. Windows color (decimal): -5655825 or 15708841. OLE color: 15708841.

HSL color Cylindrical-coordinate representation of color #A9B2EF: hue angle of 232.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9B2EF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169178239-
CMYK0.290.2600.06
HSL232.29º68.63%80%-
HSV(B)232.29º29.29%93.73%-
XYZ47.8646.5188.12-
YUV182.26160.02118.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.84%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=28.84%
G=30.38%
B=40.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691782390.290.2600.06232.2968.6380
HexA9B2EF1D1A06e84550
Octal251262357353206350105120
Binary101010011011001011101111111011101001101110100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B2EF; }

 p { color: rgb(169,178,239); }

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

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

 a { background-color: rgb(169,178,239); }

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

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

 span { border-color: rgb(169,178,239); }

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