#A4B6FE

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

Shades of Perano #A4B6FE

Tints of Perano #A4B6FE

Color information

#A4B6FE (or 0xA4B6FE) is unknown color: approx Perano. HEX triplet: A4, B6 and FE. RGB value is (164,182,254). Sum of RGB (Red+Green+Blue) = 164+182+254=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B6FE is #5B4901. Grayscale: #B8B8B8. Windows color (decimal): -5982466 or 16692900. OLE color: 16692900.

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

Color convert

RGB164182254-
CMYK0.350.2800.00
HSL228º97.83%81.96%-
HSV(B)228º35.43%99.61%-
XYZ49.9348.5100.5-
YUV184.83167.04113.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.33%
GREEN value IS 182 (71.48% from 255) = 30.33%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=27.33%
G=30.33%
B=42.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641822540.350.2800.0022897.8381.96
HexA4B6FE231C00e46252
Octal244266376433400344142122
Binary10100100101101101111111010001111100001110010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6FE; }

 p { color: rgb(164,182,254); }

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

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

 a { background-color: rgb(164,182,254); }

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

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

 span { border-color: rgb(164,182,254); }

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