#A5B8DD

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

Shades of Perano #A5B8DD

Tints of Perano #A5B8DD

Color information

#A5B8DD (or 0xA5B8DD) is unknown color: approx Perano. HEX triplet: A5, B8 and DD. RGB value is (165,184,221). Sum of RGB (Red+Green+Blue) = 165+184+221=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B8DD is #5A4722. Grayscale: #B6B6B6. Windows color (decimal): -5916451 or 14530725. OLE color: 14530725.

HSL color Cylindrical-coordinate representation of color #A5B8DD: hue angle of 219.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B8DD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165184221-
CMYK0.250.1700.13
HSL219.64º45.16%75.69%-
HSV(B)219.64º25.34%86.67%-
XYZ45.7147.575.17-
YUV182.54149.71115.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=28.95%
G=32.28%
B=38.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651842210.250.1700.13219.6445.1675.69
HexA5B8DD19110Ddc2d4c
Octal245270335312101533455114
Binary101001011011100011011101110011000101101110111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B8DD; }

 p { color: rgb(165,184,221); }

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

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

 a { background-color: rgb(165,184,221); }

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

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

 span { border-color: rgb(165,184,221); }

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