#A0B4EB

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

Shades of Perano #A0B4EB

Tints of Perano #A0B4EB

Color information

#A0B4EB (or 0xA0B4EB) is unknown color: approx Perano. HEX triplet: A0, B4 and EB. RGB value is (160,180,235). Sum of RGB (Red+Green+Blue) = 160+180+235=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B4EB is #5F4B14. Grayscale: #B4B4B4. Windows color (decimal): -6245141 or 15447200. OLE color: 15447200.

HSL color Cylindrical-coordinate representation of color #A0B4EB: hue angle of 224º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B4EB is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160180235-
CMYK0.320.2300.08
HSL224º65.22%77.45%-
HSV(B)224º31.91%92.16%-
XYZ45.8146.1185.08-
YUV180.29158.87113.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=27.83%
G=31.30%
B=40.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601802350.320.2300.0822465.2277.45
HexA0B4EB201708e0414d
Octal2402643534027010340101115
Binary10100000101101001110101110000010111010001110000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4EB; }

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

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

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

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

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

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

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

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