#ADB6EE

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

Shades of Perano #ADB6EE

Tints of Perano #ADB6EE

Color information

#ADB6EE (or 0xADB6EE) is unknown color: approx Perano. HEX triplet: AD, B6 and EE. RGB value is (173,182,238). Sum of RGB (Red+Green+Blue) = 173+182+238=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6EE is #524911. Grayscale: #B9B9B9. Windows color (decimal): -5392658 or 15644333. OLE color: 15644333.

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

Color convert

RGB173182238-
CMYK0.270.2400.07
HSL231.69º65.66%80.59%-
HSV(B)231.69º27.31%93.33%-
XYZ49.3948.5187.65-
YUV185.69157.52118.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=29.17%
G=30.69%
B=40.13%

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
Decimal1731822380.270.2400.07231.6965.6680.59
HexADB6EE1B1807e84251
Octal255266356333007350102121
Binary101011011011011011101110110111100001111110100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6EE; }

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

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

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

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

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

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

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

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