#A5BEFC

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

Shades of Perano #A5BEFC

Tints of Perano #A5BEFC

Color information

#A5BEFC (or 0xA5BEFC) is unknown color: approx Perano. HEX triplet: A5, BE and FC. RGB value is (165,190,252). Sum of RGB (Red+Green+Blue) = 165+190+252=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEFC is #5A4103. Grayscale: #BDBDBD. Windows color (decimal): -5914884 or 16563877. OLE color: 16563877.

HSL color Cylindrical-coordinate representation of color #A5BEFC: hue angle of 222.76º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5BEFC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165190252-
CMYK0.350.2500.01
HSL222.76º93.55%81.76%-
HSV(B)222.76º34.52%98.82%-
XYZ51.551.8599.39-
YUV189.59163.22110.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=27.18%
G=31.30%
B=41.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651902520.350.2500.01222.7693.5581.76
HexA5BEFC231901df5e52
Octal245276374433101337136122
Binary10100101101111101111110010001111001011101111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEFC; }

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

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

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

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

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

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

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

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