#A3BEFE

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

Shades of Perano #A3BEFE

Tints of Perano #A3BEFE

Color information

#A3BEFE (or 0xA3BEFE) is unknown color: approx Perano. HEX triplet: A3, BE and FE. RGB value is (163,190,254). Sum of RGB (Red+Green+Blue) = 163+190+254=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BEFE is #5C4101. Grayscale: #BCBCBC. Windows color (decimal): -6045954 or 16694947. OLE color: 16694947.

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

Color convert

RGB163190254-
CMYK0.360.2500.00
HSL222.2º97.85%81.76%-
HSV(B)222.2º35.83%99.61%-
XYZ51.4151.77101.05-
YUV189.22164.55109.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.85%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=26.85%
G=31.30%
B=41.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631902540.360.2500.00222.297.8581.76
HexA3BEFE241900de6252
Octal243276376443100336142122
Binary10100011101111101111111010010011001001101111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEFE; }

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

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

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

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

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

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

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

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