#A5BCFA

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

Shades of Perano #A5BCFA

Tints of Perano #A5BCFA

Color information

#A5BCFA (or 0xA5BCFA) is unknown color: approx Perano. HEX triplet: A5, BC and FA. RGB value is (165,188,250). Sum of RGB (Red+Green+Blue) = 165+188+250=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCFA is #5A4305. Grayscale: #BBBBBB. Windows color (decimal): -5915398 or 16432293. OLE color: 16432293.

HSL color Cylindrical-coordinate representation of color #A5BCFA: hue angle of 223.76º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BCFA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165188250-
CMYK0.340.2500.02
HSL223.76º89.47%81.37%-
HSV(B)223.76º34%98.04%-
XYZ50.7650.8797.59-
YUV188.19162.88111.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=27.36%
G=31.18%
B=41.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651882500.340.2500.02223.7689.4781.37
HexA5BCFA221902e05951
Octal245274372423102340131121
Binary101001011011110011111010100010110010101110000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCFA; }

 p { color: rgb(165,188,250); }

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

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

 a { background-color: rgb(165,188,250); }

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

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

 span { border-color: rgb(165,188,250); }

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