#ABC1BB

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

Shades of Opal #ABC1BB

Tints of Opal #ABC1BB

Color information

#ABC1BB (or 0xABC1BB) is unknown color: approx Opal. HEX triplet: AB, C1 and BB. RGB value is (171,193,187). Sum of RGB (Red+Green+Blue) = 171+193+187=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1BB is #543E44. Grayscale: #B9B9B9. Windows color (decimal): -5520965 or 12304811. OLE color: 12304811.

HSL color Cylindrical-coordinate representation of color #ABC1BB: hue angle of 163.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1BB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB171193187-
CMYK0.1100.030.24
HSL163.64º15.07%71.37%-
HSV(B)163.64º11.4%75.69%-
XYZ44.8350.3954.38-
YUV185.74128.71117.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=31.03%
G=35.03%
B=33.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931870.1100.030.24163.6415.0771.37
HexABC1BBB0318a4f47
Octal25330127313033024417107
Binary1010101111000001101110111011011110001010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1BB; }

 p { color: rgb(171,193,187); }

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

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

 a { background-color: rgb(171,193,187); }

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

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

 span { border-color: rgb(171,193,187); }

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