#A4BAFB

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

Shades of Perano #A4BAFB

Tints of Perano #A4BAFB

Color information

#A4BAFB (or 0xA4BAFB) is unknown color: approx Perano. HEX triplet: A4, BA and FB. RGB value is (164,186,251). Sum of RGB (Red+Green+Blue) = 164+186+251=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BAFB is #5B4504. Grayscale: #BABABA. Windows color (decimal): -5981445 or 16497316. OLE color: 16497316.

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

Color convert

RGB164186251-
CMYK0.350.2600.02
HSL224.83º91.58%81.37%-
HSV(B)224.83º34.66%98.43%-
XYZ50.2849.9898.26-
YUV186.83164.21111.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=27.29%
G=30.95%
B=41.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641862510.350.2600.02224.8391.5881.37
HexA4BAFB231A02e15c51
Octal244272373433202341134121
Binary101001001011101011111011100011110100101110000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAFB; }

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

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

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

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

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

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

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

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