#ABB0DC

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

Shades of Perano #ABB0DC

Tints of Perano #ABB0DC

Color information

#ABB0DC (or 0xABB0DC) is unknown color: approx Perano. HEX triplet: AB, B0 and DC. RGB value is (171,176,220). Sum of RGB (Red+Green+Blue) = 171+176+220=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0DC is #544F23. Grayscale: #B3B3B3. Windows color (decimal): -5525284 or 14463147. OLE color: 14463147.

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

Color convert

RGB171176220-
CMYK0.220.200.14
HSL233.88º41.18%76.67%-
HSV(B)233.88º22.27%86.27%-
XYZ45.2444.8873.99-
YUV179.52150.84121.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=30.16%
G=31.04%
B=38.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711762200.220.200.14233.8841.1876.67
HexABB0DC16140Eea294d
Octal253260334262401635251115
Binary101010111011000011011100101101010001110111010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0DC; }

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

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

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

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

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

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

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

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