#A0BAFF

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

Shades of Perano #A0BAFF

Tints of Perano #A0BAFF

Color information

#A0BAFF (or 0xA0BAFF) is unknown color: approx Perano. HEX triplet: A0, BA and FF. RGB value is (160,186,255). Sum of RGB (Red+Green+Blue) = 160+186+255=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BAFF is #5F4500. Grayscale: #B9B9B9. Windows color (decimal): -6243585 or 16759456. OLE color: 16759456.

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

Color convert

RGB160186255-
CMYK0.370.2700
HSL223.58º100%81.37%-
HSV(B)223.58º37.25%100%-
XYZ50.1149.81101.58-
YUV186.09166.89109.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.62%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 255 (100% from 255) = 42.43%
R=26.62%
G=30.95%
B=42.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601862550.370.2700223.5810081.37
HexA0BAFF251B00e06451
Octal240272377453300340144121
Binary10100000101110101111111110010111011001110000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAFF; }

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

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

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

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

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

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

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

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