#ABB7DC

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

Shades of Perano #ABB7DC

Tints of Perano #ABB7DC

Color information

#ABB7DC (or 0xABB7DC) is unknown color: approx Perano. HEX triplet: AB, B7 and DC. RGB value is (171,183,220). Sum of RGB (Red+Green+Blue) = 171+183+220=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7DC is #544823. Grayscale: #B7B7B7. Windows color (decimal): -5523492 or 14464939. OLE color: 14464939.

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

Color convert

RGB171183220-
CMYK0.220.1700.14
HSL225.31º41.18%76.67%-
HSV(B)225.31º22.27%86.27%-
XYZ46.6547.6974.46-
YUV183.63148.52118.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=29.79%
G=31.88%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711832200.220.1700.14225.3141.1876.67
HexABB7DC16110Ee1294d
Octal253267334262101634151115
Binary101010111011011111011100101101000101110111000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7DC; }

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

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

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

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

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

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

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

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