#ABBADD

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

Shades of Perano #ABBADD

Tints of Perano #ABBADD

Color information

#ABBADD (or 0xABBADD) is unknown color: approx Perano. HEX triplet: AB, BA and DD. RGB value is (171,186,221). Sum of RGB (Red+Green+Blue) = 171+186+221=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBADD is #544522. Grayscale: #B9B9B9. Windows color (decimal): -5522723 or 14531243. OLE color: 14531243.

HSL color Cylindrical-coordinate representation of color #ABBADD: hue angle of 222º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBADD is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171186221-
CMYK0.230.1600.13
HSL222º42.37%76.86%-
HSV(B)222º22.62%86.67%-
XYZ47.44975.37-
YUV185.5148.03117.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=29.58%
G=32.18%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711862210.230.1600.1322242.3776.86
HexABBADD17100Dde2a4d
Octal253272335272001533652115
Binary101010111011101011011101101111000001101110111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBADD; }

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

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

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

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

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

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

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

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