#ABB5DC

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

Shades of Perano #ABB5DC

Tints of Perano #ABB5DC

Color information

#ABB5DC (or 0xABB5DC) is unknown color: approx Perano. HEX triplet: AB, B5 and DC. RGB value is (171,181,220). Sum of RGB (Red+Green+Blue) = 171+181+220=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5DC is #544A23. Grayscale: #B6B6B6. Windows color (decimal): -5524004 or 14464427. OLE color: 14464427.

HSL color Cylindrical-coordinate representation of color #ABB5DC: hue angle of 227.76º 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 #ABB5DC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171181220-
CMYK0.220.1800.14
HSL227.76º41.18%76.67%-
HSV(B)227.76º22.27%86.27%-
XYZ46.2446.8774.32-
YUV182.46149.19119.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=29.90%
G=31.64%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711812200.220.1800.14227.7641.1876.67
HexABB5DC16120Ee4294d
Octal253265334262201634451115
Binary101010111011010111011100101101001001110111001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5DC; }

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

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

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

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

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

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

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

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