#ABACDF

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

Shades of Perano #ABACDF

Tints of Perano #ABACDF

Color information

#ABACDF (or 0xABACDF) is unknown color: approx Perano. HEX triplet: AB, AC and DF. RGB value is (171,172,223). Sum of RGB (Red+Green+Blue) = 171+172+223=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACDF is #545320. Grayscale: #B1B1B1. Windows color (decimal): -5526305 or 14658731. OLE color: 14658731.

HSL color Cylindrical-coordinate representation of color #ABACDF: hue angle of 238.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABACDF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171172223-
CMYK0.230.2300.13
HSL238.85º44.83%77.25%-
HSV(B)238.85º23.32%87.45%-
XYZ44.8743.4975.84-
YUV177.52153.67123.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=30.21%
G=30.39%
B=39.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711722230.230.2300.13238.8544.8377.25
HexABACDF17170Def2d4d
Octal253254337272701535755115
Binary101010111010110011011111101111011101101111011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACDF; }

 p { color: rgb(171,172,223); }

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

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

 a { background-color: rgb(171,172,223); }

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

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

 span { border-color: rgb(171,172,223); }

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