#ABBDB9

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

Shades of Opal #ABBDB9

Tints of Opal #ABBDB9

Color information

#ABBDB9 (or 0xABBDB9) is unknown color: approx Opal. HEX triplet: AB, BD and B9. RGB value is (171,189,185). Sum of RGB (Red+Green+Blue) = 171+189+185=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB9 is #544246. Grayscale: #B7B7B7. Windows color (decimal): -5521991 or 12172715. OLE color: 12172715.

HSL color Cylindrical-coordinate representation of color #ABBDB9: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDB9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB171189185-
CMYK0.1000.020.26
HSL166.67º12%70.59%-
HSV(B)166.67º9.52%74.12%-
XYZ43.7548.5652.97-
YUV183.16129.04119.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=31.38%
G=34.68%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891850.1000.020.26166.671270.59
HexABBDB9A021Aa7c47
Octal25327527112023224714107
Binary1010101110111101101110011010010110101010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDB9; }

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

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

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

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

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

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

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

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