#ADB3F6

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

Shades of Perano #ADB3F6

Tints of Perano #ADB3F6

Color information

#ADB3F6 (or 0xADB3F6) is unknown color: approx Perano. HEX triplet: AD, B3 and F6. RGB value is (173,179,246). Sum of RGB (Red+Green+Blue) = 173+179+246=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADB3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F6 is #524C09. Grayscale: #B8B8B8. Windows color (decimal): -5393418 or 16167853. OLE color: 16167853.

HSL color Cylindrical-coordinate representation of color #ADB3F6: hue angle of 235.07º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB3F6 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173179246-
CMYK0.300.2700.04
HSL235.07º80.22%82.16%-
HSV(B)235.07º29.67%96.47%-
XYZ49.9947.7893.78-
YUV184.84162.51119.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 179 (70.31% from 255) = 29.93%
BLUE value IS 246 (96.48% from 255) = 41.14%
R=28.93%
G=29.93%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731792460.300.2700.04235.0780.2282.16
HexADB3F61E1B04eb5052
Octal255263366363304353120122
Binary101011011011001111110110111101101101001110101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3F6; }

 p { color: rgb(173,179,246); }

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

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

 a { background-color: rgb(173,179,246); }

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

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

 span { border-color: rgb(173,179,246); }

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