#ABB5DF

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

Shades of Perano #ABB5DF

Tints of Perano #ABB5DF

Color information

#ABB5DF (or 0xABB5DF) is unknown color: approx Perano. HEX triplet: AB, B5 and DF. RGB value is (171,181,223). Sum of RGB (Red+Green+Blue) = 171+181+223=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5DF is #544A20. Grayscale: #B6B6B6. Windows color (decimal): -5524001 or 14661035. OLE color: 14661035.

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

Color convert

RGB171181223-
CMYK0.230.1900.13
HSL228.46º44.83%77.25%-
HSV(B)228.46º23.32%87.45%-
XYZ46.6447.0376.43-
YUV182.8150.69119.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 181 (71.09% from 255) = 31.48%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=29.74%
G=31.48%
B=38.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711812230.230.1900.13228.4644.8377.25
HexABB5DF17130De42d4d
Octal253265337272301534455115
Binary101010111011010111011111101111001101101111001001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5DF; }

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

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

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

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

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

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

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

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