#ADB7F2

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

Shades of Perano #ADB7F2

Tints of Perano #ADB7F2

Color information

#ADB7F2 (or 0xADB7F2) is unknown color: approx Perano. HEX triplet: AD, B7 and F2. RGB value is (173,183,242). Sum of RGB (Red+Green+Blue) = 173+183+242=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7F2 is #52480D. Grayscale: #BABABA. Windows color (decimal): -5392398 or 15906733. OLE color: 15906733.

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

Color convert

RGB173183242-
CMYK0.290.2400.05
HSL231.3º72.63%81.37%-
HSV(B)231.3º28.51%94.9%-
XYZ50.1949.1690.85-
YUV186.74159.19118.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 183 (71.88% from 255) = 30.60%
BLUE value IS 242 (94.92% from 255) = 40.47%
R=28.93%
G=30.60%
B=40.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731832420.290.2400.05231.372.6381.37
HexADB7F21D1805e74951
Octal255267362353005347111121
Binary101011011011011111110010111011100001011110011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7F2; }

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

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

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

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

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

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

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

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