#A3BAEB

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

Shades of Perano #A3BAEB

Tints of Perano #A3BAEB

Color information

#A3BAEB (or 0xA3BAEB) is unknown color: approx Perano. HEX triplet: A3, BA and EB. RGB value is (163,186,235). Sum of RGB (Red+Green+Blue) = 163+186+235=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3BAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BAEB is #5C4514. Grayscale: #B8B8B8. Windows color (decimal): -6046997 or 15448739. OLE color: 15448739.

HSL color Cylindrical-coordinate representation of color #A3BAEB: hue angle of 220.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BAEB is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163186235-
CMYK0.310.2100.08
HSL220.83º64.29%78.04%-
HSV(B)220.83º30.64%92.16%-
XYZ47.6648.985.52-
YUV184.71156.38112.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.91%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=27.91%
G=31.85%
B=40.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631862350.310.2100.08220.8364.2978.04
HexA3BAEB1F1508dd404e
Octal2432723533725010335100116
Binary1010001110111010111010111111110101010001101110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAEB; }

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

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

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

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

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

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

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

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