#A5BEEE

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

Shades of Perano #A5BEEE

Tints of Perano #A5BEEE

Color information

#A5BEEE (or 0xA5BEEE) is unknown color: approx Perano. HEX triplet: A5, BE and EE. RGB value is (165,190,238). Sum of RGB (Red+Green+Blue) = 165+190+238=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5BEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEEE is #5A4111. Grayscale: #BBBBBB. Windows color (decimal): -5914898 or 15646373. OLE color: 15646373.

HSL color Cylindrical-coordinate representation of color #A5BEEE: hue angle of 219.45º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BEEE is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165190238-
CMYK0.310.2000.07
HSL219.45º68.22%79.02%-
HSV(B)219.45º30.67%93.33%-
XYZ49.365188.13-
YUV188156.22111.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.82%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=27.82%
G=32.04%
B=40.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651902380.310.2000.07219.4568.2279.02
HexA5BEEE1F1407db444f
Octal245276356372407333104117
Binary101001011011111011101110111111010001111101101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEEE; }

 p { color: rgb(165,190,238); }

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

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

 a { background-color: rgb(165,190,238); }

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

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

 span { border-color: rgb(165,190,238); }

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