#A0BEFA

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

Shades of Perano #A0BEFA

Tints of Perano #A0BEFA

Color information

#A0BEFA (or 0xA0BEFA) is unknown color: approx Perano. HEX triplet: A0, BE and FA. RGB value is (160,190,250). Sum of RGB (Red+Green+Blue) = 160+190+250=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEFA is #5F4105. Grayscale: #BBBBBB. Windows color (decimal): -6242566 or 16432800. OLE color: 16432800.

HSL color Cylindrical-coordinate representation of color #A0BEFA: hue angle of 220º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BEFA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160190250-
CMYK0.360.2400.02
HSL220º90%80.39%-
HSV(B)220º36%98.04%-
XYZ50.1751.297.68-
YUV187.87163.06108.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.67%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=26.67%
G=31.67%
B=41.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601902500.360.2400.022209080.39
HexA0BEFA241802dc5a50
Octal240276372443002334132120
Binary101000001011111011111010100100110000101101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEFA; }

 p { color: rgb(160,190,250); }

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

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

 a { background-color: rgb(160,190,250); }

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

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

 span { border-color: rgb(160,190,250); }

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