#ADB1E8

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

Shades of Perano #ADB1E8

Tints of Perano #ADB1E8

Color information

#ADB1E8 (or 0xADB1E8) is unknown color: approx Perano. HEX triplet: AD, B1 and E8. RGB value is (173,177,232). Sum of RGB (Red+Green+Blue) = 173+177+232=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADB1E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1E8 is #524E17. Grayscale: #B5B5B5. Windows color (decimal): -5393944 or 15249837. OLE color: 15249837.

HSL color Cylindrical-coordinate representation of color #ADB1E8: hue angle of 235.93º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB1E8 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173177232-
CMYK0.250.2400.09
HSL235.93º56.19%79.41%-
HSV(B)235.93º25.43%90.98%-
XYZ47.5246.1582.75-
YUV182.07156.17121.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=29.73%
G=30.41%
B=39.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731772320.250.2400.09235.9356.1979.41
HexADB1E8191809ec384f
Octal255261350313001135470117
Binary101011011011000111101000110011100001001111011001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1E8; }

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

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

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

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

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

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

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

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