#ABB1DF

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

Shades of Perano #ABB1DF

Tints of Perano #ABB1DF

Color information

#ABB1DF (or 0xABB1DF) is unknown color: approx Perano. HEX triplet: AB, B1 and DF. RGB value is (171,177,223). Sum of RGB (Red+Green+Blue) = 171+177+223=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1DF is #544E20. Grayscale: #B4B4B4. Windows color (decimal): -5525025 or 14660011. OLE color: 14660011.

HSL color Cylindrical-coordinate representation of color #ABB1DF: hue angle of 233.08º 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 #ABB1DF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171177223-
CMYK0.230.2100.13
HSL233.08º44.83%77.25%-
HSV(B)233.08º23.32%87.45%-
XYZ45.8445.4376.17-
YUV180.45152.01121.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=29.95%
G=31.00%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711772230.230.2100.13233.0844.8377.25
HexABB1DF17150De92d4d
Octal253261337272501535155115
Binary101010111011000111011111101111010101101111010011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1DF; }

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

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

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

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

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

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

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

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