#A9BDFE

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

Shades of Perano #A9BDFE

Tints of Perano #A9BDFE

Color information

#A9BDFE (or 0xA9BDFE) is unknown color: approx Perano. HEX triplet: A9, BD and FE. RGB value is (169,189,254). Sum of RGB (Red+Green+Blue) = 169+189+254=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BDFE is #564201. Grayscale: #BEBEBE. Windows color (decimal): -5652994 or 16694697. OLE color: 16694697.

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

Color convert

RGB169189254-
CMYK0.330.2600.00
HSL225.88º97.7%82.94%-
HSV(B)225.88º33.46%99.61%-
XYZ52.4551.99101.04-
YUV190.43163.87112.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.61%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=27.61%
G=30.88%
B=41.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691892540.330.2600.00225.8897.782.94
HexA9BDFE211A00e26253
Octal251275376413200342142123
Binary10101001101111011111111010000111010001110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDFE; }

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

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

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

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

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

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

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

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