#A4BCFA

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

Shades of Perano #A4BCFA

Tints of Perano #A4BCFA

Color information

#A4BCFA (or 0xA4BCFA) is unknown color: approx Perano. HEX triplet: A4, BC and FA. RGB value is (164,188,250). Sum of RGB (Red+Green+Blue) = 164+188+250=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFA is #5B4305. Grayscale: #BBBBBB. Windows color (decimal): -5980934 or 16432292. OLE color: 16432292.

HSL color Cylindrical-coordinate representation of color #A4BCFA: hue angle of 223.26º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4BCFA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164188250-
CMYK0.340.2500.02
HSL223.26º89.58%81.18%-
HSV(B)223.26º34.4%98.04%-
XYZ50.5550.7697.58-
YUV187.89163.05110.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.24%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=27.24%
G=31.23%
B=41.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641882500.340.2500.02223.2689.5881.18
HexA4BCFA221902df5a51
Octal244274372423102337132121
Binary101001001011110011111010100010110010101101111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCFA; }

 p { color: rgb(164,188,250); }

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

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

 a { background-color: rgb(164,188,250); }

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

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

 span { border-color: rgb(164,188,250); }

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