#ADB7EC

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

Shades of Perano #ADB7EC

Tints of Perano #ADB7EC

Color information

#ADB7EC (or 0xADB7EC) is unknown color: approx Perano. HEX triplet: AD, B7 and EC. RGB value is (173,183,236). Sum of RGB (Red+Green+Blue) = 173+183+236=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7EC is #524813. Grayscale: #B9B9B9. Windows color (decimal): -5392404 or 15513517. OLE color: 15513517.

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

Color convert

RGB173183236-
CMYK0.270.2200.07
HSL230.48º62.38%80.2%-
HSV(B)230.48º26.69%92.55%-
XYZ49.3148.8186.18-
YUV186.05156.19118.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 183 (71.88% from 255) = 30.91%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=29.22%
G=30.91%
B=39.86%

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
Decimal1731832360.270.2200.07230.4862.3880.2
HexADB7EC1B1607e63e50
Octal25526735433260734676120
Binary10101101101101111110110011011101100111111001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7EC; }

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

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

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

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

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

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

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

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