#A4B8FE

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

Shades of Perano #A4B8FE

Tints of Perano #A4B8FE

Color information

#A4B8FE (or 0xA4B8FE) is unknown color: approx Perano. HEX triplet: A4, B8 and FE. RGB value is (164,184,254). Sum of RGB (Red+Green+Blue) = 164+184+254=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B8FE is #5B4701. Grayscale: #B9B9B9. Windows color (decimal): -5981954 or 16693412. OLE color: 16693412.

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

Color convert

RGB164184254-
CMYK0.350.2800.00
HSL226.67º97.83%81.96%-
HSV(B)226.67º35.43%99.61%-
XYZ50.3449.33100.63-
YUV186166.37112.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.24%
GREEN value IS 184 (72.27% from 255) = 30.56%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=27.24%
G=30.56%
B=42.19%

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
Decimal1641842540.350.2800.00226.6797.8381.96
HexA4B8FE231C00e36252
Octal244270376433400343142122
Binary10100100101110001111111010001111100001110001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B8FE; }

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

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

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

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

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

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

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

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