#A3BAE3

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

Shades of Perano #A3BAE3

Tints of Perano #A3BAE3

Color information

#A3BAE3 (or 0xA3BAE3) is unknown color: approx Perano. HEX triplet: A3, BA and E3. RGB value is (163,186,227). Sum of RGB (Red+Green+Blue) = 163+186+227=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 227 - color contains mainly: blue. Hex color #A3BAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAE3 is #5C451C. Grayscale: #B7B7B7. Windows color (decimal): -6047005 or 14924451. OLE color: 14924451.

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

Color convert

RGB163186227-
CMYK0.280.1800.11
HSL218.44º53.33%76.47%-
HSV(B)218.44º28.19%89.02%-
XYZ46.5348.4579.57-
YUV183.8152.38113.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.30%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 227 (89.06% from 255) = 39.41%
R=28.30%
G=32.29%
B=39.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631862270.280.1800.11218.4453.3376.47
HexA3BAE31C120Bda354c
Octal243272343342201333265114
Binary101000111011101011100011111001001001011110110101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAE3; }

 p { color: rgb(163,186,227); }

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

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

 a { background-color: rgb(163,186,227); }

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

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

 span { border-color: rgb(163,186,227); }

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