#A4B7DE

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

Shades of Perano #A4B7DE

Tints of Perano #A4B7DE

Color information

#A4B7DE (or 0xA4B7DE) is unknown color: approx Perano. HEX triplet: A4, B7 and DE. RGB value is (164,183,222). Sum of RGB (Red+Green+Blue) = 164+183+222=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7DE is #5B4821. Grayscale: #B5B5B5. Windows color (decimal): -5982242 or 14596004. OLE color: 14596004.

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

Color convert

RGB164183222-
CMYK0.260.1800.13
HSL220.34º46.77%75.69%-
HSV(B)220.34º26.13%87.06%-
XYZ45.4347.0375.79-
YUV181.76150.71115.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=28.82%
G=32.16%
B=39.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641832220.260.1800.13220.3446.7775.69
HexA4B7DE1A120Ddc2f4c
Octal244267336322201533457114
Binary101001001011011111011110110101001001101110111001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7DE; }

 p { color: rgb(164,183,222); }

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

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

 a { background-color: rgb(164,183,222); }

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

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

 span { border-color: rgb(164,183,222); }

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