#A0B6E4

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

Shades of Perano #A0B6E4

Tints of Perano #A0B6E4

Color information

#A0B6E4 (or 0xA0B6E4) is unknown color: approx Perano. HEX triplet: A0, B6 and E4. RGB value is (160,182,228). Sum of RGB (Red+Green+Blue) = 160+182+228=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0B6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6E4 is #5F491B. Grayscale: #B4B4B4. Windows color (decimal): -6244636 or 14988960. OLE color: 14988960.

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

Color convert

RGB160182228-
CMYK0.300.2000.11
HSL220.59º55.74%76.08%-
HSV(B)220.59º29.82%89.41%-
XYZ45.2346.5380-
YUV180.67154.71113.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 228 (89.45% from 255) = 40%
R=28.07%
G=31.93%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601822280.300.2000.11220.5955.7476.08
HexA0B6E41E140Bdd384c
Octal240266344362401333570114
Binary101000001011011011100100111101010001011110111011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6E4; }

 p { color: rgb(160,182,228); }

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

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

 a { background-color: rgb(160,182,228); }

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

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

 span { border-color: rgb(160,182,228); }

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