#ADB6F3

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

Shades of Perano #ADB6F3

Tints of Perano #ADB6F3

Color information

#ADB6F3 (or 0xADB6F3) is unknown color: approx Perano. HEX triplet: AD, B6 and F3. RGB value is (173,182,243). Sum of RGB (Red+Green+Blue) = 173+182+243=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6F3 is #52490C. Grayscale: #BABABA. Windows color (decimal): -5392653 or 15972013. OLE color: 15972013.

HSL color Cylindrical-coordinate representation of color #ADB6F3: hue angle of 232.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB6F3 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173182243-
CMYK0.290.2500.05
HSL232.29º74.47%81.57%-
HSV(B)232.29º28.81%95.29%-
XYZ50.1448.8191.57-
YUV186.26160.02118.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=28.93%
G=30.43%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731822430.290.2500.05232.2974.4781.57
HexADB6F31D1905e84a52
Octal255266363353105350112122
Binary101011011011011011110011111011100101011110100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6F3; }

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

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

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

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

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

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

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

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