#A1BDEC

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

Shades of Perano #A1BDEC

Tints of Perano #A1BDEC

Color information

#A1BDEC (or 0xA1BDEC) is unknown color: approx Perano. HEX triplet: A1, BD and EC. RGB value is (161,189,236). Sum of RGB (Red+Green+Blue) = 161+189+236=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 189 (74.22% from 255 or 32.25% 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 #A1BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDEC is #5E4213. Grayscale: #B9B9B9. Windows color (decimal): -6177300 or 15515041. OLE color: 15515041.

HSL color Cylindrical-coordinate representation of color #A1BDEC: hue angle of 217.6º 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 #A1BDEC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161189236-
CMYK0.320.2000.07
HSL217.6º66.37%77.84%-
HSV(B)217.6º31.78%92.55%-
XYZ48.0450.0386.48-
YUV185.99156.22110.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=27.47%
G=32.25%
B=40.27%

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
Decimal1611892360.320.2000.07217.666.3777.84
HexA1BDEC201407da424e
Octal241275354402407332102116
Binary1010000110111101111011001000001010001111101101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDEC; }

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

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

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

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

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

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

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

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