#A3BBEC

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

Shades of Perano #A3BBEC

Tints of Perano #A3BBEC

Color information

#A3BBEC (or 0xA3BBEC) is unknown color: approx Perano. HEX triplet: A3, BB and EC. RGB value is (163,187,236). Sum of RGB (Red+Green+Blue) = 163+187+236=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BBEC is #5C4413. Grayscale: #B9B9B9. Windows color (decimal): -6046740 or 15514531. OLE color: 15514531.

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

Color convert

RGB163187236-
CMYK0.310.2100.07
HSL220.27º65.77%78.24%-
HSV(B)220.27º30.93%92.55%-
XYZ48.0149.3886.36-
YUV185.41156.55112.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=27.82%
G=31.91%
B=40.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631872360.310.2100.07220.2765.7778.24
HexA3BBEC1F1507dc424e
Octal243273354372507334102116
Binary101000111011101111101100111111010101111101110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBEC; }

 p { color: rgb(163,187,236); }

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

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

 a { background-color: rgb(163,187,236); }

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

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

 span { border-color: rgb(163,187,236); }

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