#ADB0EA

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

Shades of Perano #ADB0EA

Tints of Perano #ADB0EA

Color information

#ADB0EA (or 0xADB0EA) is unknown color: approx Perano. HEX triplet: AD, B0 and EA. RGB value is (173,176,234). Sum of RGB (Red+Green+Blue) = 173+176+234=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0EA is #524F15. Grayscale: #B5B5B5. Windows color (decimal): -5394198 or 15380653. OLE color: 15380653.

HSL color Cylindrical-coordinate representation of color #ADB0EA: hue angle of 237.05º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB0EA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173176234-
CMYK0.260.2500.08
HSL237.05º59.22%79.8%-
HSV(B)237.05º26.07%91.76%-
XYZ47.6145.8884.19-
YUV181.71157.51121.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=29.67%
G=30.19%
B=40.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731762340.260.2500.08237.0559.2279.8
HexADB0EA1A1908ed3b50
Octal255260352323101035573120
Binary101011011011000011101010110101100101000111011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0EA; }

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

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

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

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

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

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

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

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