#ADB1EE

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

Shades of Perano #ADB1EE

Tints of Perano #ADB1EE

Color information

#ADB1EE (or 0xADB1EE) is unknown color: approx Perano. HEX triplet: AD, B1 and EE. RGB value is (173,177,238). Sum of RGB (Red+Green+Blue) = 173+177+238=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1EE is #524E11. Grayscale: #B6B6B6. Windows color (decimal): -5393938 or 15643053. OLE color: 15643053.

HSL color Cylindrical-coordinate representation of color #ADB1EE: hue angle of 236.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB1EE is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173177238-
CMYK0.270.2600.07
HSL236.31º65.66%80.59%-
HSV(B)236.31º27.31%93.33%-
XYZ48.3946.587.31-
YUV182.76159.17121.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=29.42%
G=30.10%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731772380.270.2600.07236.3165.6680.59
HexADB1EE1B1A07ec4251
Octal255261356333207354102121
Binary101011011011000111101110110111101001111110110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1EE; }

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

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

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

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

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

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

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

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