#ADB9F2

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

Shades of Perano #ADB9F2

Tints of Perano #ADB9F2

Color information

#ADB9F2 (or 0xADB9F2) is unknown color: approx Perano. HEX triplet: AD, B9 and F2. RGB value is (173,185,242). Sum of RGB (Red+Green+Blue) = 173+185+242=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9F2 is #52460D. Grayscale: #BBBBBB. Windows color (decimal): -5391886 or 15907245. OLE color: 15907245.

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

Color convert

RGB173185242-
CMYK0.290.2400.05
HSL229.57º72.63%81.37%-
HSV(B)229.57º28.51%94.9%-
XYZ50.6149.9990.99-
YUV187.91158.52117.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 242 (94.92% from 255) = 40.33%
R=28.83%
G=30.83%
B=40.33%

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
Decimal1731852420.290.2400.05229.5772.6381.37
HexADB9F21D1805e64951
Octal255271362353005346111121
Binary101011011011100111110010111011100001011110011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9F2; }

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

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

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

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

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

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

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

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