#A4B9FE

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

Shades of Perano #A4B9FE

Tints of Perano #A4B9FE

Color information

#A4B9FE (or 0xA4B9FE) is unknown color: approx Perano. HEX triplet: A4, B9 and FE. RGB value is (164,185,254). Sum of RGB (Red+Green+Blue) = 164+185+254=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B9FE is #5B4601. Grayscale: #BABABA. Windows color (decimal): -5981698 or 16693668. OLE color: 16693668.

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

Color convert

RGB164185254-
CMYK0.350.2700.00
HSL226º97.83%81.96%-
HSV(B)226º35.43%99.61%-
XYZ50.5549.75100.7-
YUV186.59166.04111.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 185 (72.66% from 255) = 30.68%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=27.20%
G=30.68%
B=42.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641852540.350.2700.0022697.8381.96
HexA4B9FE231B00e26252
Octal244271376433300342142122
Binary10100100101110011111111010001111011001110001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9FE; }

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

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

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

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

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

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

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

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