#ADB7F3

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

Shades of Perano #ADB7F3

Tints of Perano #ADB7F3

Color information

#ADB7F3 (or 0xADB7F3) is unknown color: approx Perano. HEX triplet: AD, B7 and F3. RGB value is (173,183,243). Sum of RGB (Red+Green+Blue) = 173+183+243=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7F3 is #52480C. Grayscale: #BABABA. Windows color (decimal): -5392397 or 15972269. OLE color: 15972269.

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

Color convert

RGB173183243-
CMYK0.290.2500.05
HSL231.43º74.47%81.57%-
HSV(B)231.43º28.81%95.29%-
XYZ50.3449.2291.64-
YUV186.85159.69118.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 183 (71.88% from 255) = 30.55%
BLUE value IS 243 (95.31% from 255) = 40.57%
R=28.88%
G=30.55%
B=40.57%

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
Decimal1731832430.290.2500.05231.4374.4781.57
HexADB7F31D1905e74a52
Octal255267363353105347112122
Binary101011011011011111110011111011100101011110011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7F3; }

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

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

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

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

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

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

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

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