#ADB0EC

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

Shades of Perano #ADB0EC

Tints of Perano #ADB0EC

Color information

#ADB0EC (or 0xADB0EC) is unknown color: approx Perano. HEX triplet: AD, B0 and EC. RGB value is (173,176,236). Sum of RGB (Red+Green+Blue) = 173+176+236=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0EC is #524F13. Grayscale: #B5B5B5. Windows color (decimal): -5394196 or 15511725. OLE color: 15511725.

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

Color convert

RGB173176236-
CMYK0.270.2500.07
HSL237.14º62.38%80.2%-
HSV(B)237.14º26.69%92.55%-
XYZ47.945.9985.71-
YUV181.94158.51121.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=29.57%
G=30.09%
B=40.34%

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
Decimal1731762360.270.2500.07237.1462.3880.2
HexADB0EC1B1907ed3e50
Octal25526035433310735576120
Binary10101101101100001110110011011110010111111011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0EC; }

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

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

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

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

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

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

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

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