#ADB3F1

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

Shades of Perano #ADB3F1

Tints of Perano #ADB3F1

Color information

#ADB3F1 (or 0xADB3F1) is unknown color: approx Perano. HEX triplet: AD, B3 and F1. RGB value is (173,179,241). Sum of RGB (Red+Green+Blue) = 173+179+241=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F1 is #524C0E. Grayscale: #B8B8B8. Windows color (decimal): -5393423 or 15840173. OLE color: 15840173.

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

Color convert

RGB173179241-
CMYK0.280.2600.05
HSL234.71º70.83%81.18%-
HSV(B)234.71º28.22%94.51%-
XYZ49.2347.4889.79-
YUV184.27160.01119.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=29.17%
G=30.19%
B=40.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731792410.280.2600.05234.7170.8381.18
HexADB3F11C1A05eb4751
Octal255263361343205353107121
Binary101011011011001111110001111001101001011110101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3F1; }

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

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

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

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

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

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

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

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