#ADB9F1

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

Shades of Perano #ADB9F1

Tints of Perano #ADB9F1

Color information

#ADB9F1 (or 0xADB9F1) is unknown color: approx Perano. HEX triplet: AD, B9 and F1. RGB value is (173,185,241). Sum of RGB (Red+Green+Blue) = 173+185+241=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9F1 is #52460E. Grayscale: #BBBBBB. Windows color (decimal): -5391887 or 15841709. OLE color: 15841709.

HSL color Cylindrical-coordinate representation of color #ADB9F1: hue angle of 229.41º 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 #ADB9F1 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173185241-
CMYK0.280.2300.05
HSL229.41º70.83%81.18%-
HSV(B)229.41º28.22%94.51%-
XYZ50.4649.9390.2-
YUV187.8158.02117.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 185 (72.66% from 255) = 30.88%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=28.88%
G=30.88%
B=40.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731852410.280.2300.05229.4170.8381.18
HexADB9F11C1705e54751
Octal255271361342705345107121
Binary101011011011100111110001111001011101011110010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9F1; }

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

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

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

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

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

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

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

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