#A5BAFF

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

Shades of Perano #A5BAFF

Tints of Perano #A5BAFF

Color information

#A5BAFF (or 0xA5BAFF) is unknown color: approx Perano. HEX triplet: A5, BA and FF. RGB value is (165,186,255). Sum of RGB (Red+Green+Blue) = 165+186+255=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BAFF is #5A4500. Grayscale: #BBBBBB. Windows color (decimal): -5915905 or 16759461. OLE color: 16759461.

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

Color convert

RGB165186255-
CMYK0.350.2700
HSL226º100%82.35%-
HSV(B)226º35.29%100%-
XYZ51.1350.34101.63-
YUV187.59166.04111.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 255 (100% from 255) = 42.08%
R=27.23%
G=30.69%
B=42.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651862550.350.270022610082.35
HexA5BAFF231B00e26452
Octal245272377433300342144122
Binary10100101101110101111111110001111011001110001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAFF; }

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

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

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

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

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

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

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

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