#ADB3F2

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

Shades of Perano #ADB3F2

Tints of Perano #ADB3F2

Color information

#ADB3F2 (or 0xADB3F2) is unknown color: approx Perano. HEX triplet: AD, B3 and F2. RGB value is (173,179,242). Sum of RGB (Red+Green+Blue) = 173+179+242=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F2 is #524C0D. Grayscale: #B8B8B8. Windows color (decimal): -5393422 or 15905709. OLE color: 15905709.

HSL color Cylindrical-coordinate representation of color #ADB3F2: hue angle of 234.78º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB3F2 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173179242-
CMYK0.290.2600.05
HSL234.78º72.63%81.37%-
HSV(B)234.78º28.51%94.9%-
XYZ49.3847.5490.58-
YUV184.39160.51119.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 242 (94.92% from 255) = 40.74%
R=29.12%
G=30.13%
B=40.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731792420.290.2600.05234.7872.6381.37
HexADB3F21D1A05eb4951
Octal255263362353205353111121
Binary101011011011001111110010111011101001011110101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3F2; }

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

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

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

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

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

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

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

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