#A3BEFF

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

Shades of Perano #A3BEFF

Tints of Perano #A3BEFF

Color information

#A3BEFF (or 0xA3BEFF) is unknown color: approx Perano. HEX triplet: A3, BE and FF. RGB value is (163,190,255). Sum of RGB (Red+Green+Blue) = 163+190+255=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BEFF is #5C4100. Grayscale: #BDBDBD. Windows color (decimal): -6045953 or 16760483. OLE color: 16760483.

HSL color Cylindrical-coordinate representation of color #A3BEFF: hue angle of 222.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3BEFF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163190255-
CMYK0.360.2500
HSL222.39º100%81.96%-
HSV(B)222.39º36.08%100%-
XYZ51.5751.83101.89-
YUV189.34165.05109.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 255 (100% from 255) = 41.94%
R=26.81%
G=31.25%
B=41.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631902550.360.2500222.3910081.96
HexA3BEFF241900de6452
Octal243276377443100336144122
Binary10100011101111101111111110010011001001101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEFF; }

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

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

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

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

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

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

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

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