#A5BBEF

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

Shades of Perano #A5BBEF

Tints of Perano #A5BBEF

Color information

#A5BBEF (or 0xA5BBEF) is unknown color: approx Perano. HEX triplet: A5, BB and EF. RGB value is (165,187,239). Sum of RGB (Red+Green+Blue) = 165+187+239=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBEF is #5A4410. Grayscale: #BABABA. Windows color (decimal): -5915665 or 15711141. OLE color: 15711141.

HSL color Cylindrical-coordinate representation of color #A5BBEF: hue angle of 222.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BBEF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165187239-
CMYK0.310.2200.06
HSL222.16º69.81%79.22%-
HSV(B)222.16º30.96%93.73%-
XYZ48.8749.7788.69-
YUV186.35157.71112.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=27.92%
G=31.64%
B=40.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651872390.310.2200.06222.1669.8179.22
HexA5BBEF1F1606de464f
Octal245273357372606336106117
Binary101001011011101111101111111111011001101101111010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBEF; }

 p { color: rgb(165,187,239); }

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

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

 a { background-color: rgb(165,187,239); }

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

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

 span { border-color: rgb(165,187,239); }

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