#ABB6DC

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

Shades of Perano #ABB6DC

Tints of Perano #ABB6DC

Color information

#ABB6DC (or 0xABB6DC) is unknown color: approx Perano. HEX triplet: AB, B6 and DC. RGB value is (171,182,220). Sum of RGB (Red+Green+Blue) = 171+182+220=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6DC is #544923. Grayscale: #B6B6B6. Windows color (decimal): -5523748 or 14464683. OLE color: 14464683.

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

Color convert

RGB171182220-
CMYK0.220.1700.14
HSL226.53º41.18%76.67%-
HSV(B)226.53º22.27%86.27%-
XYZ46.4447.2874.39-
YUV183.04148.86119.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=29.84%
G=31.76%
B=38.39%

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
Decimal1711822200.220.1700.14226.5341.1876.67
HexABB6DC16110Ee3294d
Octal253266334262101634351115
Binary101010111011011011011100101101000101110111000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6DC; }

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

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

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

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

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

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

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

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