#ABB8DC

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

Shades of Perano #ABB8DC

Tints of Perano #ABB8DC

Color information

#ABB8DC (or 0xABB8DC) is unknown color: approx Perano. HEX triplet: AB, B8 and DC. RGB value is (171,184,220). Sum of RGB (Red+Green+Blue) = 171+184+220=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8DC is #544723. Grayscale: #B8B8B8. Windows color (decimal): -5523236 or 14465195. OLE color: 14465195.

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

Color convert

RGB171184220-
CMYK0.220.1600.14
HSL224.08º41.18%76.67%-
HSV(B)224.08º22.27%86.27%-
XYZ46.8548.1174.53-
YUV184.22148.19118.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=29.74%
G=32%
B=38.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711842200.220.1600.14224.0841.1876.67
HexABB8DC16100Ee0294d
Octal253270334262001634051115
Binary101010111011100011011100101101000001110111000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8DC; }

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

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

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

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

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

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

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

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