#A5BFFD

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

Shades of Perano #A5BFFD

Tints of Perano #A5BFFD

Color information

#A5BFFD (or 0xA5BFFD) is unknown color: approx Perano. HEX triplet: A5, BF and FD. RGB value is (165,191,253). Sum of RGB (Red+Green+Blue) = 165+191+253=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFFD is #5A4002. Grayscale: #BEBEBE. Windows color (decimal): -5914627 or 16629669. OLE color: 16629669.

HSL color Cylindrical-coordinate representation of color #A5BFFD: hue angle of 222.27º degrees, saturation: 0.96, 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 #A5BFFD is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165191253-
CMYK0.350.2500.01
HSL222.27º95.65%81.96%-
HSV(B)222.27º34.78%99.22%-
XYZ51.8852.35100.3-
YUV190.29163.39109.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.09%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=27.09%
G=31.36%
B=41.54%

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
Decimal1651912530.350.2500.01222.2795.6581.96
HexA5BFFD231901de6052
Octal245277375433101336140122
Binary10100101101111111111110110001111001011101111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFFD; }

 p { color: rgb(165,191,253); }

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

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

 a { background-color: rgb(165,191,253); }

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

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

 span { border-color: rgb(165,191,253); }

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