#A1BDFC

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

Shades of Perano #A1BDFC

Tints of Perano #A1BDFC

Color information

#A1BDFC (or 0xA1BDFC) is unknown color: approx Perano. HEX triplet: A1, BD and FC. RGB value is (161,189,252). Sum of RGB (Red+Green+Blue) = 161+189+252=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDFC is #5E4203. Grayscale: #BBBBBB. Windows color (decimal): -6177284 or 16563617. OLE color: 16563617.

HSL color Cylindrical-coordinate representation of color #A1BDFC: hue angle of 221.54º 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 #A1BDFC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161189252-
CMYK0.360.2500.01
HSL221.54º93.81%80.98%-
HSV(B)221.54º36.11%98.82%-
XYZ50.475199.28-
YUV187.81164.22108.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.74%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=26.74%
G=31.40%
B=41.86%

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
Decimal1611892520.360.2500.01221.5493.8180.98
HexA1BDFC241901de5e51
Octal241275374443101336136121
Binary10100001101111011111110010010011001011101111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDFC; }

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

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

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

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

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

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

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

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