#ADB5F1

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

Shades of Perano #ADB5F1

Tints of Perano #ADB5F1

Color information

#ADB5F1 (or 0xADB5F1) is unknown color: approx Perano. HEX triplet: AD, B5 and F1. RGB value is (173,181,241). Sum of RGB (Red+Green+Blue) = 173+181+241=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5F1 is #524A0E. Grayscale: #B9B9B9. Windows color (decimal): -5392911 or 15840685. OLE color: 15840685.

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

Color convert

RGB173181241-
CMYK0.280.2500.05
HSL232.94º70.83%81.18%-
HSV(B)232.94º28.22%94.51%-
XYZ49.6348.2889.92-
YUV185.45159.35119.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=29.08%
G=30.42%
B=40.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731812410.280.2500.05232.9470.8381.18
HexADB5F11C1905e94751
Octal255265361343105351107121
Binary101011011011010111110001111001100101011110100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5F1; }

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

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

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

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

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

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

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

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