#ADB2EE

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

Shades of Perano #ADB2EE

Tints of Perano #ADB2EE

Color information

#ADB2EE (or 0xADB2EE) is unknown color: approx Perano. HEX triplet: AD, B2 and EE. RGB value is (173,178,238). Sum of RGB (Red+Green+Blue) = 173+178+238=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2EE is #524D11. Grayscale: #B7B7B7. Windows color (decimal): -5393682 or 15643309. OLE color: 15643309.

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

Color convert

RGB173178238-
CMYK0.270.2500.07
HSL235.38º65.66%80.59%-
HSV(B)235.38º27.31%93.33%-
XYZ48.5946.987.38-
YUV183.34158.84120.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=29.37%
G=30.22%
B=40.41%

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
Decimal1731782380.270.2500.07235.3865.6680.59
HexADB2EE1B1907eb4251
Octal255262356333107353102121
Binary101011011011001011101110110111100101111110101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2EE; }

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

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

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

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

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

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

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

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