#ADB6EC

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

Shades of Perano #ADB6EC

Tints of Perano #ADB6EC

Color information

#ADB6EC (or 0xADB6EC) is unknown color: approx Perano. HEX triplet: AD, B6 and EC. RGB value is (173,182,236). Sum of RGB (Red+Green+Blue) = 173+182+236=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6EC is #524913. Grayscale: #B9B9B9. Windows color (decimal): -5392660 or 15513261. OLE color: 15513261.

HSL color Cylindrical-coordinate representation of color #ADB6EC: hue angle of 231.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB6EC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173182236-
CMYK0.270.2300.07
HSL231.43º62.38%80.2%-
HSV(B)231.43º26.69%92.55%-
XYZ49.148.486.11-
YUV185.46156.52119.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=29.27%
G=30.80%
B=39.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731822360.270.2300.07231.4362.3880.2
HexADB6EC1B1707e73e50
Octal25526635433270734776120
Binary10101101101101101110110011011101110111111001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6EC; }

 p { color: rgb(173,182,236); }

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

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

 a { background-color: rgb(173,182,236); }

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

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

 span { border-color: rgb(173,182,236); }

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