#ADB1F2

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

Shades of Perano #ADB1F2

Tints of Perano #ADB1F2

Color information

#ADB1F2 (or 0xADB1F2) is unknown color: approx Perano. HEX triplet: AD, B1 and F2. RGB value is (173,177,242). Sum of RGB (Red+Green+Blue) = 173+177+242=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1F2 is #524E0D. Grayscale: #B6B6B6. Windows color (decimal): -5393934 or 15905197. OLE color: 15905197.

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

Color convert

RGB173177242-
CMYK0.290.2700.05
HSL236.52º72.63%81.37%-
HSV(B)236.52º28.51%94.9%-
XYZ48.9846.7490.44-
YUV183.21161.17120.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=29.22%
G=29.90%
B=40.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731772420.290.2700.05236.5272.6381.37
HexADB1F21D1B05ed4951
Octal255261362353305355111121
Binary101011011011000111110010111011101101011110110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1F2; }

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

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

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

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

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

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

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

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