#ABB2DC

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

Shades of Perano #ABB2DC

Tints of Perano #ABB2DC

Color information

#ABB2DC (or 0xABB2DC) is unknown color: approx Perano. HEX triplet: AB, B2 and DC. RGB value is (171,178,220). Sum of RGB (Red+Green+Blue) = 171+178+220=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2DC is #544D23. Grayscale: #B4B4B4. Windows color (decimal): -5524772 or 14463659. OLE color: 14463659.

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

Color convert

RGB171178220-
CMYK0.220.1900.14
HSL231.43º41.18%76.67%-
HSV(B)231.43º22.27%86.27%-
XYZ45.6345.6774.12-
YUV180.7150.18121.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=30.05%
G=31.28%
B=38.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711782200.220.1900.14231.4341.1876.67
HexABB2DC16130Ee7294d
Octal253262334262301634751115
Binary101010111011001011011100101101001101110111001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2DC; }

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

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

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

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

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

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

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

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