#A0B4E2

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

Shades of Perano #A0B4E2

Tints of Perano #A0B4E2

Color information

#A0B4E2 (or 0xA0B4E2) is unknown color: approx Perano. HEX triplet: A0, B4 and E2. RGB value is (160,180,226). Sum of RGB (Red+Green+Blue) = 160+180+226=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #A0B4E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4E2 is #5F4B1D. Grayscale: #B3B3B3. Windows color (decimal): -6245150 or 14857376. OLE color: 14857376.

HSL color Cylindrical-coordinate representation of color #A0B4E2: hue angle of 221.82º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B4E2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160180226-
CMYK0.290.2000.11
HSL221.82º53.23%75.69%-
HSV(B)221.82º29.2%88.63%-
XYZ44.5545.6178.41-
YUV179.26154.37114.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.27%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 226 (88.67% from 255) = 39.93%
R=28.27%
G=31.80%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601802260.290.2000.11221.8253.2375.69
HexA0B4E21D140Bde354c
Octal240264342352401333665114
Binary101000001011010011100010111011010001011110111101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4E2; }

 p { color: rgb(160,180,226); }

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

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

 a { background-color: rgb(160,180,226); }

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

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

 span { border-color: rgb(160,180,226); }

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