#A2BEFE

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

Shades of Perano #A2BEFE

Tints of Perano #A2BEFE

Color information

#A2BEFE (or 0xA2BEFE) is unknown color: approx Perano. HEX triplet: A2, BE and FE. RGB value is (162,190,254). Sum of RGB (Red+Green+Blue) = 162+190+254=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BEFE is #5D4101. Grayscale: #BCBCBC. Windows color (decimal): -6111490 or 16694946. OLE color: 16694946.

HSL color Cylindrical-coordinate representation of color #A2BEFE: hue angle of 221.74º 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 #A2BEFE is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB162190254-
CMYK0.360.2500.00
HSL221.74º97.87%81.57%-
HSV(B)221.74º36.22%99.61%-
XYZ51.251.66101.04-
YUV188.92164.72108.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.73%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=26.73%
G=31.35%
B=41.91%

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
Decimal1621902540.360.2500.00221.7497.8781.57
HexA2BEFE241900de6252
Octal242276376443100336142122
Binary10100010101111101111111010010011001001101111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEFE; }

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

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

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

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

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

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

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

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