#A4B0FE

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

Shades of Perano #A4B0FE

Tints of Perano #A4B0FE

Color information

#A4B0FE (or 0xA4B0FE) is unknown color: approx Perano. HEX triplet: A4, B0 and FE. RGB value is (164,176,254). Sum of RGB (Red+Green+Blue) = 164+176+254=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B0FE is #5B4F01. Grayscale: #B4B4B4. Windows color (decimal): -5984002 or 16691364. OLE color: 16691364.

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

Color convert

RGB164176254-
CMYK0.350.3100.00
HSL232º97.83%81.96%-
HSV(B)232º35.43%99.61%-
XYZ48.7246.1100.1-
YUV181.3169.02115.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.61%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=27.61%
G=29.63%
B=42.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641762540.350.3100.0023297.8381.96
HexA4B0FE231F00e86252
Octal244260376433700350142122
Binary10100100101100001111111010001111111001110100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B0FE; }

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

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

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

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

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

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

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

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