#ABC3BD

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

Shades of Opal #ABC3BD

Tints of Opal #ABC3BD

Color information

#ABC3BD (or 0xABC3BD) is unknown color: approx Opal. HEX triplet: AB, C3 and BD. RGB value is (171,195,189). Sum of RGB (Red+Green+Blue) = 171+195+189=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3BD is #543C42. Grayscale: #BBBBBB. Windows color (decimal): -5520451 or 12436395. OLE color: 12436395.

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

Color convert

RGB171195189-
CMYK0.1200.030.24
HSL165º16.67%71.76%-
HSV(B)165º12.31%76.47%-
XYZ45.551.3655.66-
YUV187.14129.05116.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=30.81%
G=35.14%
B=34.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951890.1200.030.2416516.6771.76
HexABC3BDC0318a51148
Octal25330327514033024521110
Binary10101011110000111011110111000111100010100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3BD; }

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

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

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

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

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

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

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

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