#A4BEEB

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

Shades of Perano #A4BEEB

Tints of Perano #A4BEEB

Color information

#A4BEEB (or 0xA4BEEB) is unknown color: approx Perano. HEX triplet: A4, BE and EB. RGB value is (164,190,235). Sum of RGB (Red+Green+Blue) = 164+190+235=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BEEB is #5B4114. Grayscale: #BBBBBB. Windows color (decimal): -5980437 or 15449764. OLE color: 15449764.

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

Color convert

RGB164190235-
CMYK0.300.1900.08
HSL218.03º63.96%78.24%-
HSV(B)218.03º30.21%92.16%-
XYZ48.7250.7285.82-
YUV187.36154.89111.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=27.84%
G=32.26%
B=39.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641902350.300.1900.08218.0363.9678.24
HexA4BEEB1E1308da404e
Octal2442763533623010332100116
Binary1010010010111110111010111111010011010001101101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEEB; }

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

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

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

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

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

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

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

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