#A9B2EA

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

Shades of Perano #A9B2EA

Tints of Perano #A9B2EA

Color information

#A9B2EA (or 0xA9B2EA) is unknown color: approx Perano. HEX triplet: A9, B2 and EA. RGB value is (169,178,234). Sum of RGB (Red+Green+Blue) = 169+178+234=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9B2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B2EA is #564D15. Grayscale: #B5B5B5. Windows color (decimal): -5655830 or 15381161. OLE color: 15381161.

HSL color Cylindrical-coordinate representation of color #A9B2EA: hue angle of 231.69º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9B2EA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169178234-
CMYK0.280.2400.08
HSL231.69º60.75%79.02%-
HSV(B)231.69º27.78%91.76%-
XYZ47.1346.2284.28-
YUV181.69157.52118.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=29.09%
G=30.64%
B=40.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691782340.280.2400.08231.6960.7579.02
HexA9B2EA1C1808e83d4f
Octal251262352343001035075117
Binary101010011011001011101010111001100001000111010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B2EA; }

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

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

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

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

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

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

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

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