#ABB1DC

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

Shades of Perano #ABB1DC

Tints of Perano #ABB1DC

Color information

#ABB1DC (or 0xABB1DC) is unknown color: approx Perano. HEX triplet: AB, B1 and DC. RGB value is (171,177,220). Sum of RGB (Red+Green+Blue) = 171+177+220=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1DC is #544E23. Grayscale: #B3B3B3. Windows color (decimal): -5525028 or 14463403. OLE color: 14463403.

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

Color convert

RGB171177220-
CMYK0.220.2000.14
HSL232.65º41.18%76.67%-
HSV(B)232.65º22.27%86.27%-
XYZ45.4345.2774.05-
YUV180.11150.51121.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=30.11%
G=31.16%
B=38.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711772200.220.2000.14232.6541.1876.67
HexABB1DC16140Ee9294d
Octal253261334262401635151115
Binary101010111011000111011100101101010001110111010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1DC; }

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

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

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

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

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

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

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

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