#A5BDF8

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

Shades of Perano #A5BDF8

Tints of Perano #A5BDF8

Color information

#A5BDF8 (or 0xA5BDF8) is unknown color: approx Perano. HEX triplet: A5, BD and F8. RGB value is (165,189,248). Sum of RGB (Red+Green+Blue) = 165+189+248=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDF8 is #5A4207. Grayscale: #BCBCBC. Windows color (decimal): -5915144 or 16301477. OLE color: 16301477.

HSL color Cylindrical-coordinate representation of color #A5BDF8: hue angle of 222.65º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5BDF8 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB165189248-
CMYK0.330.2400.03
HSL222.65º85.57%80.98%-
HSV(B)222.65º33.47%97.25%-
XYZ50.6651.1796.01-
YUV188.55161.55111.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.41%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 248 (97.27% from 255) = 41.20%
R=27.41%
G=31.40%
B=41.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1651892480.330.2400.03222.6585.5780.98
HexA5BDF8211803df5651
Octal245275370413003337126121
Binary101001011011110111111000100001110000111101111110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDF8; }

 p { color: rgb(165,189,248); }

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

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

 a { background-color: rgb(165,189,248); }

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

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

 span { border-color: rgb(165,189,248); }

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