#A2BEFC

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

Shades of Perano #A2BEFC

Tints of Perano #A2BEFC

Color information

#A2BEFC (or 0xA2BEFC) is unknown color: approx Perano. HEX triplet: A2, BE and FC. RGB value is (162,190,252). Sum of RGB (Red+Green+Blue) = 162+190+252=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEFC is #5D4103. Grayscale: #BCBCBC. Windows color (decimal): -6111492 or 16563874. OLE color: 16563874.

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

Color convert

RGB162190252-
CMYK0.360.2500.01
HSL221.33º93.75%81.18%-
HSV(B)221.33º35.71%98.82%-
XYZ50.8851.5499.36-
YUV188.7163.72108.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.82%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=26.82%
G=31.46%
B=41.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621902520.360.2500.01221.3393.7581.18
HexA2BEFC241901dd5e51
Octal242276374443101335136121
Binary10100010101111101111110010010011001011101110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEFC; }

 p { color: rgb(162,190,252); }

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

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

 a { background-color: rgb(162,190,252); }

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

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

 span { border-color: rgb(162,190,252); }

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