#A2BCF1

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

Shades of Perano #A2BCF1

Tints of Perano #A2BCF1

Color information

#A2BCF1 (or 0xA2BCF1) is unknown color: approx Perano. HEX triplet: A2, BC and F1. RGB value is (162,188,241). Sum of RGB (Red+Green+Blue) = 162+188+241=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BCF1 is #5D430E. Grayscale: #BABABA. Windows color (decimal): -6112015 or 15842466. OLE color: 15842466.

HSL color Cylindrical-coordinate representation of color #A2BCF1: hue angle of 220.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2BCF1 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162188241-
CMYK0.330.2200.05
HSL220.25º73.83%79.02%-
HSV(B)220.25º32.78%94.51%-
XYZ48.765090.3-
YUV186.27158.89110.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.41%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=27.41%
G=31.81%
B=40.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621882410.330.2200.05220.2573.8379.02
HexA2BCF1211605dc4a4f
Octal242274361412605334112117
Binary1010001010111100111100011000011011001011101110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCF1; }

 p { color: rgb(162,188,241); }

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

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

 a { background-color: rgb(162,188,241); }

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

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

 span { border-color: rgb(162,188,241); }

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