#A9BAFF

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

Shades of Perano #A9BAFF

Tints of Perano #A9BAFF

Color information

#A9BAFF (or 0xA9BAFF) is unknown color: approx Perano. HEX triplet: A9, BA and FF. RGB value is (169,186,255). Sum of RGB (Red+Green+Blue) = 169+186+255=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BAFF is #564500. Grayscale: #BCBCBC. Windows color (decimal): -5653761 or 16759465. OLE color: 16759465.

HSL color Cylindrical-coordinate representation of color #A9BAFF: hue angle of 228.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9BAFF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169186255-
CMYK0.340.2700
HSL228.14º100%83.14%-
HSV(B)228.14º33.73%100%-
XYZ51.9750.77101.67-
YUV188.78165.37113.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.70%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 255 (100% from 255) = 41.80%
R=27.70%
G=30.49%
B=41.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691862550.340.2700228.1410083.14
HexA9BAFF221B00e46453
Octal251272377423300344144123
Binary10101001101110101111111110001011011001110010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAFF; }

 p { color: rgb(169,186,255); }

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

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

 a { background-color: rgb(169,186,255); }

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

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

 span { border-color: rgb(169,186,255); }

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