#A1BCFF

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

Shades of Perano #A1BCFF

Tints of Perano #A1BCFF

Color information

#A1BCFF (or 0xA1BCFF) is unknown color: approx Perano. HEX triplet: A1, BC and FF. RGB value is (161,188,255). Sum of RGB (Red+Green+Blue) = 161+188+255=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCFF is #5E4300. Grayscale: #BBBBBB. Windows color (decimal): -6177537 or 16759969. OLE color: 16759969.

HSL color Cylindrical-coordinate representation of color #A1BCFF: hue angle of 222.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BCFF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161188255-
CMYK0.370.2600
HSL222.77º100%81.57%-
HSV(B)222.77º36.86%100%-
XYZ50.7350.76101.73-
YUV187.56166.05109.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.66%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 255 (100% from 255) = 42.22%
R=26.66%
G=31.13%
B=42.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611882550.370.2600222.7710081.57
HexA1BCFF251A00df6452
Octal241274377453200337144122
Binary10100001101111001111111110010111010001101111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCFF; }

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

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

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

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

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

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

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

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