#A5BBFF

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

Shades of Perano #A5BBFF

Tints of Perano #A5BBFF

Color information

#A5BBFF (or 0xA5BBFF) is unknown color: approx Perano. HEX triplet: A5, BB and FF. RGB value is (165,187,255). Sum of RGB (Red+Green+Blue) = 165+187+255=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBFF is #5A4400. Grayscale: #BBBBBB. Windows color (decimal): -5915649 or 16759717. OLE color: 16759717.

HSL color Cylindrical-coordinate representation of color #A5BBFF: hue angle of 225.33º 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 #A5BBFF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB165187255-
CMYK0.350.2700
HSL225.33º100%82.35%-
HSV(B)225.33º35.29%100%-
XYZ51.3450.76101.7-
YUV188.17165.71111.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 255 (100% from 255) = 42.01%
R=27.18%
G=30.81%
B=42.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651872550.350.2700225.3310082.35
HexA5BBFF231B00e16452
Octal245273377433300341144122
Binary10100101101110111111111110001111011001110000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBFF; }

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

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

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

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

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

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

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

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