#ADB5EE

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

Shades of Perano #ADB5EE

Tints of Perano #ADB5EE

Color information

#ADB5EE (or 0xADB5EE) is unknown color: approx Perano. HEX triplet: AD, B5 and EE. RGB value is (173,181,238). Sum of RGB (Red+Green+Blue) = 173+181+238=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5EE is #524A11. Grayscale: #B8B8B8. Windows color (decimal): -5392914 or 15644077. OLE color: 15644077.

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

Color convert

RGB173181238-
CMYK0.270.2400.07
HSL232.62º65.66%80.59%-
HSV(B)232.62º27.31%93.33%-
XYZ49.1948.1187.58-
YUV185.11157.85119.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=29.22%
G=30.57%
B=40.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731812380.270.2400.07232.6265.6680.59
HexADB5EE1B1807e94251
Octal255265356333007351102121
Binary101011011011010111101110110111100001111110100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5EE; }

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

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

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

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

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

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

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

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