#ADB6F1

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

Shades of Perano #ADB6F1

Tints of Perano #ADB6F1

Color information

#ADB6F1 (or 0xADB6F1) is unknown color: approx Perano. HEX triplet: AD, B6 and F1. RGB value is (173,182,241). Sum of RGB (Red+Green+Blue) = 173+182+241=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6F1 is #52490E. Grayscale: #B9B9B9. Windows color (decimal): -5392655 or 15840941. OLE color: 15840941.

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

Color convert

RGB173182241-
CMYK0.280.2400.05
HSL232.06º70.83%81.18%-
HSV(B)232.06º28.22%94.51%-
XYZ49.8448.6989.99-
YUV186.03159.02118.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=29.03%
G=30.54%
B=40.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731822410.280.2400.05232.0670.8381.18
HexADB6F11C1805e84751
Octal255266361343005350107121
Binary101011011011011011110001111001100001011110100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6F1; }

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

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

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

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

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

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

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

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