#ADB2EC

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

Shades of Perano #ADB2EC

Tints of Perano #ADB2EC

Color information

#ADB2EC (or 0xADB2EC) is unknown color: approx Perano. HEX triplet: AD, B2 and EC. RGB value is (173,178,236). Sum of RGB (Red+Green+Blue) = 173+178+236=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2EC is #524D13. Grayscale: #B6B6B6. Windows color (decimal): -5393684 or 15512237. OLE color: 15512237.

HSL color Cylindrical-coordinate representation of color #ADB2EC: hue angle of 235.24º 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 #ADB2EC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173178236-
CMYK0.270.2500.07
HSL235.24º62.38%80.2%-
HSV(B)235.24º26.69%92.55%-
XYZ48.2946.7885.84-
YUV183.12157.84120.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=29.47%
G=30.32%
B=40.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731782360.270.2500.07235.2462.3880.2
HexADB2EC1B1907eb3e50
Octal25526235433310735376120
Binary10101101101100101110110011011110010111111010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2EC; }

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

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

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

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

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

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

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

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