#ADB5F9

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

Shades of Perano #ADB5F9

Tints of Perano #ADB5F9

Color information

#ADB5F9 (or 0xADB5F9) is unknown color: approx Perano. HEX triplet: AD, B5 and F9. RGB value is (173,181,249). Sum of RGB (Red+Green+Blue) = 173+181+249=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADB5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5F9 is #524A06. Grayscale: #BABABA. Windows color (decimal): -5392903 or 16364973. OLE color: 16364973.

HSL color Cylindrical-coordinate representation of color #ADB5F9: hue angle of 233.68º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB5F9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173181249-
CMYK0.310.2700.02
HSL233.68º86.36%82.75%-
HSV(B)233.68º30.52%97.65%-
XYZ50.8648.7796.36-
YUV186.36163.35118.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=28.69%
G=30.02%
B=41.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731812490.310.2700.02233.6886.3682.75
HexADB5F91F1B02ea5653
Octal255265371373302352126123
Binary10101101101101011111100111111110110101110101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5F9; }

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

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

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

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

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

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

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

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