#A4B7FE

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

Shades of Perano #A4B7FE

Tints of Perano #A4B7FE

Color information

#A4B7FE (or 0xA4B7FE) is unknown color: approx Perano. HEX triplet: A4, B7 and FE. RGB value is (164,183,254). Sum of RGB (Red+Green+Blue) = 164+183+254=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B7FE is #5B4801. Grayscale: #B9B9B9. Windows color (decimal): -5982210 or 16693156. OLE color: 16693156.

HSL color Cylindrical-coordinate representation of color #A4B7FE: hue angle of 227.33º 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 #A4B7FE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164183254-
CMYK0.350.2800.00
HSL227.33º97.83%81.96%-
HSV(B)227.33º35.43%99.61%-
XYZ50.1348.92100.57-
YUV185.41166.71112.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 183 (71.88% from 255) = 30.45%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=27.29%
G=30.45%
B=42.26%

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
Decimal1641832540.350.2800.00227.3397.8381.96
HexA4B7FE231C00e36252
Octal244267376433400343142122
Binary10100100101101111111111010001111100001110001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7FE; }

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

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

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

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

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

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

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

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