#A5B2FB

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

Shades of Perano #A5B2FB

Tints of Perano #A5B2FB

Color information

#A5B2FB (or 0xA5B2FB) is unknown color: approx Perano. HEX triplet: A5, B2 and FB. RGB value is (165,178,251). Sum of RGB (Red+Green+Blue) = 165+178+251=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5B2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B2FB is #5A4D04. Grayscale: #B6B6B6. Windows color (decimal): -5917957 or 16495269. OLE color: 16495269.

HSL color Cylindrical-coordinate representation of color #A5B2FB: hue angle of 230.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5B2FB is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165178251-
CMYK0.340.2900.02
HSL230.93º91.49%81.57%-
HSV(B)230.93º34.26%98.43%-
XYZ48.8546.8197.73-
YUV182.44166.69115.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.78%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=27.78%
G=29.97%
B=42.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651782510.340.2900.02230.9391.4981.57
HexA5B2FB221D02e75b52
Octal245262373423502347133122
Binary101001011011001011111011100010111010101110011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B2FB; }

 p { color: rgb(165,178,251); }

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

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

 a { background-color: rgb(165,178,251); }

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

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

 span { border-color: rgb(165,178,251); }

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