#ABBADE

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

Shades of Perano #ABBADE

Tints of Perano #ABBADE

Color information

#ABBADE (or 0xABBADE) is unknown color: approx Perano. HEX triplet: AB, BA and DE. RGB value is (171,186,222). Sum of RGB (Red+Green+Blue) = 171+186+222=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABBADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBADE is #544521. Grayscale: #B9B9B9. Windows color (decimal): -5522722 or 14596779. OLE color: 14596779.

HSL color Cylindrical-coordinate representation of color #ABBADE: hue angle of 222.35º degrees, saturation: 0.44, 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 #ABBADE is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171186222-
CMYK0.230.1600.13
HSL222.35º43.59%77.06%-
HSV(B)222.35º22.97%87.06%-
XYZ47.5449.0576.07-
YUV185.62148.53117.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=29.53%
G=32.12%
B=38.34%

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
Decimal1711862220.230.1600.13222.3543.5977.06
HexABBADE17100Dde2c4d
Octal253272336272001533654115
Binary101010111011101011011110101111000001101110111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBADE; }

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

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

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

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

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

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

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

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