#ABC1BD

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

Shades of Opal #ABC1BD

Tints of Opal #ABC1BD

Color information

#ABC1BD (or 0xABC1BD) is unknown color: approx Opal. HEX triplet: AB, C1 and BD. RGB value is (171,193,189). Sum of RGB (Red+Green+Blue) = 171+193+189=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1BD is #543E42. Grayscale: #B9B9B9. Windows color (decimal): -5520963 or 12435883. OLE color: 12435883.

HSL color Cylindrical-coordinate representation of color #ABC1BD: hue angle of 169.09º 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 #ABC1BD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB171193189-
CMYK0.1100.020.24
HSL169.09º15.07%71.37%-
HSV(B)169.09º11.4%75.69%-
XYZ45.0550.4755.51-
YUV185.97129.71117.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=30.92%
G=34.90%
B=34.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931890.1100.020.24169.0915.0771.37
HexABC1BDB0218a9f47
Octal25330127513023025117107
Binary1010101111000001101111011011010110001010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1BD; }

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

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

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

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

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

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

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

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