#ADB1F3

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

Shades of Perano #ADB1F3

Tints of Perano #ADB1F3

Color information

#ADB1F3 (or 0xADB1F3) is unknown color: approx Perano. HEX triplet: AD, B1 and F3. RGB value is (173,177,243). Sum of RGB (Red+Green+Blue) = 173+177+243=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1F3 is #524E0C. Grayscale: #B7B7B7. Windows color (decimal): -5393933 or 15970733. OLE color: 15970733.

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

Color convert

RGB173177243-
CMYK0.290.2700.05
HSL236.57º74.47%81.57%-
HSV(B)236.57º28.81%95.29%-
XYZ49.1346.891.24-
YUV183.33161.67120.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=29.17%
G=29.85%
B=40.98%

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
Decimal1731772430.290.2700.05236.5774.4781.57
HexADB1F31D1B05ed4a52
Octal255261363353305355112122
Binary101011011011000111110011111011101101011110110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1F3; }

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

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

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

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

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

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

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

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