#ABBADC

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

Shades of Perano #ABBADC

Tints of Perano #ABBADC

Color information

#ABBADC (or 0xABBADC) is unknown color: approx Perano. HEX triplet: AB, BA and DC. RGB value is (171,186,220). Sum of RGB (Red+Green+Blue) = 171+186+220=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBADC is #544523. Grayscale: #B9B9B9. Windows color (decimal): -5522724 or 14465707. OLE color: 14465707.

HSL color Cylindrical-coordinate representation of color #ABBADC: hue angle of 221.63º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBADC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171186220-
CMYK0.220.1500.14
HSL221.63º41.18%76.67%-
HSV(B)221.63º22.27%86.27%-
XYZ47.2748.9474.67-
YUV185.39147.53117.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=29.64%
G=32.24%
B=38.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711862200.220.1500.14221.6341.1876.67
HexABBADC16F0Ede294d
Octal253272334261701633651115
Binary10101011101110101101110010110111101110110111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBADC; }

 p { color: rgb(171,186,220); }

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

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

 a { background-color: rgb(171,186,220); }

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

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

 span { border-color: rgb(171,186,220); }

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