#ADB7F0

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

Shades of Perano #ADB7F0

Tints of Perano #ADB7F0

Color information

#ADB7F0 (or 0xADB7F0) is unknown color: approx Perano. HEX triplet: AD, B7 and F0. RGB value is (173,183,240). Sum of RGB (Red+Green+Blue) = 173+183+240=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADB7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7F0 is #52480F. Grayscale: #BABABA. Windows color (decimal): -5392400 or 15775661. OLE color: 15775661.

HSL color Cylindrical-coordinate representation of color #ADB7F0: hue angle of 231.04º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB7F0 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173183240-
CMYK0.280.2400.06
HSL231.04º69.07%80.98%-
HSV(B)231.04º27.92%94.12%-
XYZ49.949.0489.27-
YUV186.51158.19118.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 183 (71.88% from 255) = 30.70%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=29.03%
G=30.70%
B=40.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731832400.280.2400.06231.0469.0780.98
HexADB7F01C1806e74551
Octal255267360343006347105121
Binary101011011011011111110000111001100001101110011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7F0; }

 p { color: rgb(173,183,240); }

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

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

 a { background-color: rgb(173,183,240); }

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

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

 span { border-color: rgb(173,183,240); }

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