#ADB9EC

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

Shades of Perano #ADB9EC

Tints of Perano #ADB9EC

Color information

#ADB9EC (or 0xADB9EC) is unknown color: approx Perano. HEX triplet: AD, B9 and EC. RGB value is (173,185,236). Sum of RGB (Red+Green+Blue) = 173+185+236=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9EC is #524613. Grayscale: #BBBBBB. Windows color (decimal): -5391892 or 15514029. OLE color: 15514029.

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

Color convert

RGB173185236-
CMYK0.270.2200.07
HSL228.57º62.38%80.2%-
HSV(B)228.57º26.69%92.55%-
XYZ49.7249.6486.32-
YUV187.23155.52117.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=29.12%
G=31.14%
B=39.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731852360.270.2200.07228.5762.3880.2
HexADB9EC1B1607e53e50
Octal25527135433260734576120
Binary10101101101110011110110011011101100111111001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9EC; }

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

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

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

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

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

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

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

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