#A4B5EB

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

Shades of Perano #A4B5EB

Tints of Perano #A4B5EB

Color information

#A4B5EB (or 0xA4B5EB) is unknown color: approx Perano. HEX triplet: A4, B5 and EB. RGB value is (164,181,235). Sum of RGB (Red+Green+Blue) = 164+181+235=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B5EB is #5B4A14. Grayscale: #B5B5B5. Windows color (decimal): -5982741 or 15447460. OLE color: 15447460.

HSL color Cylindrical-coordinate representation of color #A4B5EB: hue angle of 225.63º 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 #A4B5EB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164181235-
CMYK0.300.2300.08
HSL225.63º63.96%78.24%-
HSV(B)225.63º30.21%92.16%-
XYZ46.8346.9485.19-
YUV182.07157.87115.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.28%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=28.28%
G=31.21%
B=40.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641812350.300.2300.08225.6363.9678.24
HexA4B5EB1E1708e2404e
Octal2442653533627010342100116
Binary1010010010110101111010111111010111010001110001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5EB; }

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

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

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

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

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

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

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

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