#A3BEEE

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

Shades of Perano #A3BEEE

Tints of Perano #A3BEEE

Color information

#A3BEEE (or 0xA3BEEE) is unknown color: approx Perano. HEX triplet: A3, BE and EE. RGB value is (163,190,238). Sum of RGB (Red+Green+Blue) = 163+190+238=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3BEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BEEE is #5C4111. Grayscale: #BBBBBB. Windows color (decimal): -6045970 or 15646371. OLE color: 15646371.

HSL color Cylindrical-coordinate representation of color #A3BEEE: hue angle of 218.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3BEEE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163190238-
CMYK0.320.2000.07
HSL218.4º68.81%78.63%-
HSV(B)218.4º31.51%93.33%-
XYZ48.9550.7988.11-
YUV187.4156.55110.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.58%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=27.58%
G=32.15%
B=40.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631902380.320.2000.07218.468.8178.63
HexA3BEEE201407da454f
Octal243276356402407332105117
Binary1010001110111110111011101000001010001111101101010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BEEE; }

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

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

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

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

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

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

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

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