#A9BEEA

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

Shades of Perano #A9BEEA

Tints of Perano #A9BEEA

Color information

#A9BEEA (or 0xA9BEEA) is unknown color: approx Perano. HEX triplet: A9, BE and EA. RGB value is (169,190,234). Sum of RGB (Red+Green+Blue) = 169+190+234=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BEEA is #564115. Grayscale: #BCBCBC. Windows color (decimal): -5652758 or 15384233. OLE color: 15384233.

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

Color convert

RGB169190234-
CMYK0.280.1900.08
HSL220.62º60.75%79.02%-
HSV(B)220.62º27.78%91.76%-
XYZ49.6351.285.11-
YUV188.74153.54113.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.50%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=28.50%
G=32.04%
B=39.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691902340.280.1900.08220.6260.7579.02
HexA9BEEA1C1308dd3d4f
Octal251276352342301033575117
Binary101010011011111011101010111001001101000110111011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEEA; }

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

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

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

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

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

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

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

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