#ABB7D9

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

Shades of Perano #ABB7D9

Tints of Perano #ABB7D9

Color information

#ABB7D9 (or 0xABB7D9) is unknown color: approx Perano. HEX triplet: AB, B7 and D9. RGB value is (171,183,217). Sum of RGB (Red+Green+Blue) = 171+183+217=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABB7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7D9 is #544826. Grayscale: #B7B7B7. Windows color (decimal): -5523495 or 14268331. OLE color: 14268331.

HSL color Cylindrical-coordinate representation of color #ABB7D9: hue angle of 224.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB7D9 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171183217-
CMYK0.210.1600.15
HSL224.35º37.7%76.08%-
HSV(B)224.35º21.2%85.1%-
XYZ46.2547.5372.38-
YUV183.29147.02119.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=29.95%
G=32.05%
B=38.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711832170.210.1600.15224.3537.776.08
HexABB7D915100Fe0264c
Octal253267331252001734046114
Binary101010111011011111011001101011000001111111000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7D9; }

 p { color: rgb(171,183,217); }

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

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

 a { background-color: rgb(171,183,217); }

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

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

 span { border-color: rgb(171,183,217); }

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