#A1BCEC

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

Shades of Perano #A1BCEC

Tints of Perano #A1BCEC

Color information

#A1BCEC (or 0xA1BCEC) is unknown color: approx Perano. HEX triplet: A1, BC and EC. RGB value is (161,188,236). Sum of RGB (Red+Green+Blue) = 161+188+236=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCEC is #5E4313. Grayscale: #B9B9B9. Windows color (decimal): -6177556 or 15514785. OLE color: 15514785.

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

Color convert

RGB161188236-
CMYK0.320.2000.07
HSL218.4º66.37%77.84%-
HSV(B)218.4º31.78%92.55%-
XYZ47.8249.686.41-
YUV185.4156.55110.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.52%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=27.52%
G=32.14%
B=40.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611882360.320.2000.07218.466.3777.84
HexA1BCEC201407da424e
Octal241274354402407332102116
Binary1010000110111100111011001000001010001111101101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCEC; }

 p { color: rgb(161,188,236); }

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

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

 a { background-color: rgb(161,188,236); }

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

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

 span { border-color: rgb(161,188,236); }

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