#A4B1EB

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

Shades of Perano #A4B1EB

Tints of Perano #A4B1EB

Color information

#A4B1EB (or 0xA4B1EB) is unknown color: approx Perano. HEX triplet: A4, B1 and EB. RGB value is (164,177,235). Sum of RGB (Red+Green+Blue) = 164+177+235=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B1EB is #5B4E14. Grayscale: #B3B3B3. Windows color (decimal): -5983765 or 15446436. OLE color: 15446436.

HSL color Cylindrical-coordinate representation of color #A4B1EB: hue angle of 229.01º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4B1EB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164177235-
CMYK0.300.2500.08
HSL229.01º63.96%78.24%-
HSV(B)229.01º30.21%92.16%-
XYZ46.0345.3384.92-
YUV179.72159.19116.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.47%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=28.47%
G=30.73%
B=40.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641772350.300.2500.08229.0163.9678.24
HexA4B1EB1E1908e5404e
Octal2442613533631010345100116
Binary1010010010110001111010111111011001010001110010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B1EB; }

 p { color: rgb(164,177,235); }

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

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

 a { background-color: rgb(164,177,235); }

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

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

 span { border-color: rgb(164,177,235); }

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