#ABB9B7

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

Shades of Opal #ABB9B7

Tints of Opal #ABB9B7

Color information

#ABB9B7 (or 0xABB9B7) is unknown color: approx Opal. HEX triplet: AB, B9 and B7. RGB value is (171,185,183). Sum of RGB (Red+Green+Blue) = 171+185+183=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9B7 is #544648. Grayscale: #B4B4B4. Windows color (decimal): -5523017 or 12040619. OLE color: 12040619.

HSL color Cylindrical-coordinate representation of color #ABB9B7: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9B7 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB171185183-
CMYK0.0800.010.27
HSL171.43º9.09%69.8%-
HSV(B)171.43º7.57%72.55%-
XYZ42.6946.7751.58-
YUV180.59129.36121.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=31.73%
G=34.32%
B=33.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851830.0800.010.27171.439.0969.8
HexABB9B78011Bab946
Octal25327126710013325311106
Binary101010111011100110110111100001110111010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9B7; }

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

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

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

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

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

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

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

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