#ADACE2

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

Shades of Perano #ADACE2

Tints of Perano #ADACE2

Color information

#ADACE2 (or 0xADACE2) is unknown color: approx Perano. HEX triplet: AD, AC and E2. RGB value is (173,172,226). Sum of RGB (Red+Green+Blue) = 173+172+226=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE2 is #52531D. Grayscale: #B2B2B2. Windows color (decimal): -5395230 or 14855341. OLE color: 14855341.

HSL color Cylindrical-coordinate representation of color #ADACE2: hue angle of 241.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADACE2 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173172226-
CMYK0.230.2400.11
HSL241.11º48.21%78.04%-
HSV(B)241.11º23.89%88.63%-
XYZ45.7143.8878.01-
YUV178.46154.83124.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=30.30%
G=30.12%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731722260.230.2400.11241.1148.2178.04
HexADACE217180Bf1304e
Octal255254342273001336160116
Binary101011011010110011100010101111100001011111100011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACE2; }

 p { color: rgb(173,172,226); }

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

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

 a { background-color: rgb(173,172,226); }

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

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

 span { border-color: rgb(173,172,226); }

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