#ADB3EE

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

Shades of Perano #ADB3EE

Tints of Perano #ADB3EE

Color information

#ADB3EE (or 0xADB3EE) is unknown color: approx Perano. HEX triplet: AD, B3 and EE. RGB value is (173,179,238). Sum of RGB (Red+Green+Blue) = 173+179+238=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3EE is #524C11. Grayscale: #B7B7B7. Windows color (decimal): -5393426 or 15643565. OLE color: 15643565.

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

Color convert

RGB173179238-
CMYK0.270.2500.07
HSL234.46º65.66%80.59%-
HSV(B)234.46º27.31%93.33%-
XYZ48.7947.387.45-
YUV183.93158.51120.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=29.32%
G=30.34%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731792380.270.2500.07234.4665.6680.59
HexADB3EE1B1907ea4251
Octal255263356333107352102121
Binary101011011011001111101110110111100101111110101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3EE; }

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

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

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

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

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

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

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

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