#ADB2E0

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

Shades of Perano #ADB2E0

Tints of Perano #ADB2E0

Color information

#ADB2E0 (or 0xADB2E0) is unknown color: approx Perano. HEX triplet: AD, B2 and E0. RGB value is (173,178,224). Sum of RGB (Red+Green+Blue) = 173+178+224=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADB2E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2E0 is #524D1F. Grayscale: #B5B5B5. Windows color (decimal): -5393696 or 14725805. OLE color: 14725805.

HSL color Cylindrical-coordinate representation of color #ADB2E0: hue angle of 234.12º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB2E0 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173178224-
CMYK0.230.2100.12
HSL234.12º45.13%77.84%-
HSV(B)234.12º22.77%87.84%-
XYZ46.6146.1176.96-
YUV181.75151.84121.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=30.09%
G=30.96%
B=38.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731782240.230.2100.12234.1245.1377.84
HexADB2E017150Cea2d4e
Octal255262340272501435255116
Binary101011011011001011100000101111010101100111010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2E0; }

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

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

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

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

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

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

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

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