#A4B4FB

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

Shades of Perano #A4B4FB

Tints of Perano #A4B4FB

Color information

#A4B4FB (or 0xA4B4FB) is unknown color: approx Perano. HEX triplet: A4, B4 and FB. RGB value is (164,180,251). Sum of RGB (Red+Green+Blue) = 164+180+251=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4B4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B4FB is #5B4B04. Grayscale: #B7B7B7. Windows color (decimal): -5982981 or 16495780. OLE color: 16495780.

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

Color convert

RGB164180251-
CMYK0.350.2800.02
HSL228.97º91.58%81.37%-
HSV(B)228.97º34.66%98.43%-
XYZ49.0447.597.85-
YUV183.31166.2114.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.56%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=27.56%
G=30.25%
B=42.18%

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
Decimal1641802510.350.2800.02228.9791.5881.37
HexA4B4FB231C02e55c51
Octal244264373433402345134121
Binary101001001011010011111011100011111000101110010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B4FB; }

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

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

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

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

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

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

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

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