#A1BCFC

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

Shades of Perano #A1BCFC

Tints of Perano #A1BCFC

Color information

#A1BCFC (or 0xA1BCFC) is unknown color: approx Perano. HEX triplet: A1, BC and FC. RGB value is (161,188,252). Sum of RGB (Red+Green+Blue) = 161+188+252=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCFC is #5E4303. Grayscale: #BABABA. Windows color (decimal): -6177540 or 16563361. OLE color: 16563361.

HSL color Cylindrical-coordinate representation of color #A1BCFC: hue angle of 222.2º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1BCFC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161188252-
CMYK0.360.2500.01
HSL222.2º93.81%80.98%-
HSV(B)222.2º36.11%98.82%-
XYZ50.2550.5799.21-
YUV187.22164.55109.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.79%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=26.79%
G=31.28%
B=41.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611882520.360.2500.01222.293.8180.98
HexA1BCFC241901de5e51
Octal241274374443101336136121
Binary10100001101111001111110010010011001011101111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCFC; }

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

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

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

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

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

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

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

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