#A6B7DE

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

Shades of Perano #A6B7DE

Tints of Perano #A6B7DE

Color information

#A6B7DE (or 0xA6B7DE) is unknown color: approx Perano. HEX triplet: A6, B7 and DE. RGB value is (166,183,222). Sum of RGB (Red+Green+Blue) = 166+183+222=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7DE is #594821. Grayscale: #B6B6B6. Windows color (decimal): -5851170 or 14596006. OLE color: 14596006.

HSL color Cylindrical-coordinate representation of color #A6B7DE: hue angle of 221.79º degrees, saturation: 0.46, 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 #A6B7DE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166183222-
CMYK0.250.1800.13
HSL221.79º45.9%76.08%-
HSV(B)221.79º25.23%87.06%-
XYZ45.8447.2575.81-
YUV182.36150.37116.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=29.07%
G=32.05%
B=38.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661832220.250.1800.13221.7945.976.08
HexA6B7DE19120Dde2e4c
Octal246267336312201533656114
Binary101001101011011111011110110011001001101110111101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B7DE; }

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

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

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

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

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

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

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

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