#A4B5FB

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

Shades of Perano #A4B5FB

Tints of Perano #A4B5FB

Color information

#A4B5FB (or 0xA4B5FB) is unknown color: approx Perano. HEX triplet: A4, B5 and FB. RGB value is (164,181,251). Sum of RGB (Red+Green+Blue) = 164+181+251=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B5FB is #5B4A04. Grayscale: #B7B7B7. Windows color (decimal): -5982725 or 16496036. OLE color: 16496036.

HSL color Cylindrical-coordinate representation of color #A4B5FB: hue angle of 228.28º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4B5FB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164181251-
CMYK0.350.2800.02
HSL228.28º91.58%81.37%-
HSV(B)228.28º34.66%98.43%-
XYZ49.2547.9197.92-
YUV183.9165.87113.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.52%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=27.52%
G=30.37%
B=42.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641812510.350.2800.02228.2891.5881.37
HexA4B5FB231C02e45c51
Octal244265373433402344134121
Binary101001001011010111111011100011111000101110010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5FB; }

 p { color: rgb(164,181,251); }

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

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

 a { background-color: rgb(164,181,251); }

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

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

 span { border-color: rgb(164,181,251); }

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