#A3BEFB

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

Shades of Perano #A3BEFB

Tints of Perano #A3BEFB

Color information

#A3BEFB (or 0xA3BEFB) is unknown color: approx Perano. HEX triplet: A3, BE and FB. RGB value is (163,190,251). Sum of RGB (Red+Green+Blue) = 163+190+251=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BEFB is #5C4104. Grayscale: #BCBCBC. Windows color (decimal): -6045957 or 16498339. OLE color: 16498339.

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

Color convert

RGB163190251-
CMYK0.350.2400.02
HSL221.59º91.67%81.18%-
HSV(B)221.59º35.06%98.43%-
XYZ50.9351.5898.54-
YUV188.88163.05109.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.99%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=26.99%
G=31.46%
B=41.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631902510.350.2400.02221.5991.6781.18
HexA3BEFB231802de5c51
Octal243276373433002336134121
Binary101000111011111011111011100011110000101101111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEFB; }

 p { color: rgb(163,190,251); }

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

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

 a { background-color: rgb(163,190,251); }

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

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

 span { border-color: rgb(163,190,251); }

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