#A5BBF1

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

Shades of Perano #A5BBF1

Tints of Perano #A5BBF1

Color information

#A5BBF1 (or 0xA5BBF1) is unknown color: approx Perano. HEX triplet: A5, BB and F1. RGB value is (165,187,241). Sum of RGB (Red+Green+Blue) = 165+187+241=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5BBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBF1 is #5A440E. Grayscale: #BABABA. Windows color (decimal): -5915663 or 15842213. OLE color: 15842213.

HSL color Cylindrical-coordinate representation of color #A5BBF1: hue angle of 222.63º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5BBF1 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165187241-
CMYK0.320.2200.05
HSL222.63º73.08%79.61%-
HSV(B)222.63º31.54%94.51%-
XYZ49.1649.8990.26-
YUV186.58158.71112.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.82%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=27.82%
G=31.53%
B=40.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651872410.320.2200.05222.6373.0879.61
HexA5BBF1201605df4950
Octal245273361402605337111120
Binary1010010110111011111100011000001011001011101111110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBF1; }

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

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

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

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

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

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

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

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